Skip to content

Commit

Permalink
Merge pull request #243 from nicolas-grekas/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
stof committed May 30, 2023
2 parents 77a2e06 + ea91202 commit 416a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"php": "^5.5 || ^7.0 || ^8.0",
"ext-dom": "*",
"ext-libxml": "*",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
Expand Down

0 comments on commit 416a55b

Please sign in to comment.