Skip to content

Commit

Permalink
Merge pull request #53 from metaer/master
Browse files Browse the repository at this point in the history
Symfony 6 compatibility
  • Loading branch information
nacmartin authored Dec 23, 2021
2 parents 53aacdc + 833a6d4 commit cad0fbb
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 cad0fbb

Please sign in to comment.