8000 bug #41512 Relax requirement on symfony/runtime (lyrixx) · symfony/symfony@198448e · GitHub
[go: up one dir, main page]

Skip to content

Commit 198448e

Browse files
bug #41512 Relax requirement on symfony/runtime (lyrixx)
This PR was merged into the 5.3 branch. Discussion ---------- Relax requirement on symfony/runtime | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | It looks like we have an issue with runtime: ``` rio ~/rio/server/backend composer out [...] symfony/symfony v5.3.0 v5.3.1 The Symfony PHP framework ``` ``` rio ~/rio/server/backend composer why-not symfony/symfony:v5.3.1 symfony/symfony v5.3.1 requires symfony/runtime (self.version) jolicode/redirectionio dev-master does not require symfony/runtime (but v5.3.0 is installed) ``` So symfony/symfony require symfony/runtime with "self.version" But symfony/runtime 5.3.1 does not exist => so symfony/symfony 5.3.1 is not installable Commits ------- 7d821f1 Move symfony/runtime from require to require-dev in main composer.json
2 parents 64b5b4a + 7d821f1 commit 198448e

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)
0