Skip to content

Commit

Permalink
Allow Symfony 7 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: bocharsky-bw <[email protected]>
  • Loading branch information
evertharmeling and bocharsky-bw authored Nov 22, 2023
1 parent 2e2bd13 commit 8acdac8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
],
"require": {
"php": ">=8.1",
"symfony/asset-mapper": "^6.3",
"symfony/console": "^5.4|^6.3",
"symfony/http-client": "^5.4|^6.3",
"symfony/process": "^5.4|^6.3"
"symfony/asset-mapper": "^6.3|^7.0",
"symfony/console": "^5.4|^6.3|^7.0",
"symfony/http-client": "^5.4|^6.3|^7.0",
"symfony/process": "^5.4|^6.3|^7.0"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^5.0",
"symfony/filesystem": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/phpunit-bridge": "^6.3",
"symfony/filesystem": "^6.3|^7.0",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/phpunit-bridge": "^6.3|^7.0",
"phpstan/phpstan-symfony": "^1.4"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 8acdac8

Please sign in to comment.