Skip to content

Commit

Permalink
Merge pull request #85 from longwave/symfony-7
Browse files Browse the repository at this point in the history
Allow Symfony 7.
  • Loading branch information
stof authored Nov 29, 2023
2 parents 5bf4c47 + d8e3ee4 commit fa23e56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"php": ">=7.2",
"ext-json": "*",
"behat/mink": "^1.9",
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
"yoast/phpunit-polyfills": "^1.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0"
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},
"conflict": {
"symfony/http-foundation": "<4.4 || >=7",
"symfony/http-kernel": "<4.4 || >=7"
"symfony/http-foundation": "<4.4 || >=8",
"symfony/http-kernel": "<4.4 || >=8"
},

"bin": [
Expand Down

0 comments on commit fa23e56

Please sign in to comment.