Skip to content

Commit

Permalink
Support Symfony7 (#19)
Browse files Browse the repository at this point in the history
* add supported symfony7

---------

Co-authored-by: Alexsandr Tsvilev <[email protected]>
  • Loading branch information
acvilev1 and Alexsandr Tsvilev authored Jun 28, 2024
1 parent e5dd698 commit 118b557
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"require": {
"php": "^7.1|^8.0",
"ext-json": "*",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
"symfony/config": "^4.4|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0|^7.0",
"symfony/http-client": "^4.4|^5.0|^6.0|^7.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.4|^5.0|^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.25",
"symfony/phpunit-bridge": "^4.4|^5.0|^6.0"
"symfony/phpunit-bridge": "^4.4|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 118b557

Please sign in to comment.