Skip to content

Commit

Permalink
Merge pull request #212 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 6.0
  • Loading branch information
stof authored May 20, 2021
2 parents b43b05c + 1637e2b commit f4f3709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
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"
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
Expand Down

0 comments on commit f4f3709

Please sign in to comment.