Skip to content

Commit

Permalink
Modify composer.json - add Symfony 7.* (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalessa committed Apr 30, 2024
1 parent 22b6705 commit bd977b7
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 @@ -7,10 +7,10 @@
"require": {
"php": "^7.4|8.*",
"ext-json": "*",
"symfony/config": "^3.0||^4.0||^5.0||^6.0",
"symfony/dependency-injection": "^3.4.26||^4.1.12|^5.0||^6.0",
"symfony/http-kernel": "^3.0||^4.0||^5.0||^6.0",
"symfony/messenger": "^4.4||^5.0||^6.0",
"symfony/config": "^3.0||^4.0||^5.0||^6.0||7.*",
"symfony/dependency-injection": "^3.4.26||^4.1.12|^5.0||^6.0||7.*",
"symfony/http-kernel": "^3.0||^4.0||^5.0||^6.0||7.*",
"symfony/messenger": "^4.4||^5.0||^6.0||7.*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
Expand Down

0 comments on commit bd977b7

Please sign in to comment.