Skip to content

Commit

Permalink
Symfony 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
metaer authored Dec 23, 2021
1 parent 53aacdc commit 833a6d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"require": {
"php": ">=5.5.0",
"symfony/config": "^2.7.0|^3.0.6|^4.0|^5.0",
"symfony/http-kernel": "^2.7.0|^3.0.6|^4.0|^5.0",
"symfony/dependency-injection": "^2.7.0|^3.0.6|^4.0|^5.0",
"symfony/config": "^2.7.0|^3.0.6|^4.0|^5.0|^6.0",
"symfony/http-kernel": "^2.7.0|^3.0.6|^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^2.7.0|^3.0.6|^4.0|^5.0|^6.0",
"limenius/react-renderer": "^5.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 833a6d4

Please sign in to comment.