Skip to content

Commit

Permalink
support symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong-dayspring committed Feb 17, 2024
1 parent 10ab00a commit 81a18d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
],
"require": {
"php": ">=7.4",
"symfony/http-kernel": "^4.4.12|^5.0|^6.0",
"symfony/http-kernel": "^4.4.12|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.5.23|^9.0"
},
"require-dev": {
"symfony/config": "^4.4.12|^5.0|^6.0",
"symfony/dependency-injection": "^4.4.12|^5.0|^6.0",
"symfony/yaml": "^4.4.12|^5.0|^6.0",
"symfony/config": "^4.4.12|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^4.4.12|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.4.12|^5.0|^6.0|^7.0",
"rector/rector": "^0.19.0"
},
"autoload": {
Expand Down

0 comments on commit 81a18d4

Please sign in to comment.