8000 fix(version): accept symfony 5 · thewalkingcoder/TwcBusBundle@85dd5ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 85dd5ca

Browse files
author
julien
committed
fix(version): accept symfony 5
1 parent b8acff9 commit 85dd5ca

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
@@ -23,8 +23,8 @@
2323
],
2424
"require": {
2525
"php": "^7.1",
26-
"symfony/dependency-injection": "^4.4|^5.*",
27-
"symfony/framework-bundle": "^4.4|^5.*"
26+
"symfony/dependency-injection": "^4.4|^5.3",
27+
"symfony/framework-bundle": "^4.4|^5.3"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)
0