8000 Relax requirement on symfony/runtime by lyrixx · Pull Request #41512 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Relax requirement on symfony/runtime #41512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move symfony/runtime from require to require-dev in main composer.json
  • Loading branch information
lyrixx committed Jun 2, 2021
commit 7d821f112a1eb826211312cef3f95d37202d0066
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"symfony/polyfill-php73": "^1.11",
"symfony/polyfill-php80": "^1.15",
"symfony/polyfill-php81": "^1.22",
"symfony/polyfill-uuid": "^1.15",
"symfony/runtime": "self.version"
"symfony/polyfill-uuid": "^1.15"
},
"replace": {
"symfony/asset": "self.version",
Expand Down Expand Up @@ -144,6 +143,7 @@
"egulias/email-validator": "^2.1.10|^3.1",
"symfony/mercure-bundle": "^0.3",
"symfony/phpunit-bridge": "^5.2",
"symfony/runtime": "self.version",
"symfony/security-acl": "~2.8|~3.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"twig/cssinliner-extra": "^2.12|^3",
Expand Down
0