Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d821f1

Browse files
committed
Move symfony/runtime from require to require-dev in main composer.json
1 parent 64b5b4a commit 7d821f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"symfony/polyfill-php73": "^1.11",
5454
"symfony/polyfill-php80": "^1.15",
5555
"symfony/polyfill-php81": "^1.22",
56-
"symfony/polyfill-uuid": "^1.15",
57-
"symfony/runtime": "self.version"
56+
"symfony/polyfill-uuid": "^1.15"
5857
},
5958
"replace": {
6059
"symfony/asset": "self.version",
@@ -144,6 +143,7 @@
144143
"egulias/email-validator": "^2.1.10|^3.1",
145144
"symfony/mercure-bundle": "^0.3",
146145
"symfony/phpunit-bridge": "^5.2",
146+
"symfony/runtime": "self.version",
147147
"symfony/security-acl": "~2.8|~3.0",
148148
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
149149
"twig/cssinliner-extra": "^2.12|^3",

0 commit comments

Comments
 (0)