Skip to content

Commit

Permalink
Merge pull request #2558 from kbond/sf7
Browse files Browse the repository at this point in the history
feat: Symfony 7 support
  • Loading branch information
malarzm authored Oct 25, 2023
2 parents df768ee + 20e7d81 commit ea9aa1c
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 @@ -33,9 +33,9 @@
"jean85/pretty-package-versions": "^1.3.0 || ^2.0.1",
"mongodb/mongodb": "^1.10.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^3.4 || ^4.1 || ^5.0 || ^6.0",
"symfony/console": "^3.4 || ^4.1 || ^5.0 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0",
"symfony/var-dumper": "^3.4 || ^4.1 || ^5.0 || ^6.0"
"symfony/var-dumper": "^3.4 || ^4.1 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"ext-bcmath": "*",
Expand All @@ -46,7 +46,7 @@
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.6 || ^10.0.15",
"squizlabs/php_codesniffer": "^3.5",
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
"symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"vimeo/psalm": "^5.9.0"
},
"suggest": {
Expand Down

0 comments on commit ea9aa1c

Please sign in to comment.