Skip to content

Commit

Permalink
allow Symfony 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Sep 25, 2023
1 parent bf5977f commit f1c337c
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 @@ -16,15 +16,15 @@

"require": {
"php": ">=7.2",
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0"
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
},

"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0"
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
},

"suggest": {
Expand Down

0 comments on commit f1c337c

Please sign in to comment.