Skip to content

Commit

Permalink
Merge pull request #814 from kbond/symfony-6
Browse files Browse the repository at this point in the history
Allow Symfony 6
  • Loading branch information
aik099 authored Nov 13, 2021
2 parents f7032c3 + b9b178f commit 8f86e44
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,13 +16,13 @@

"require": {
"php": ">=5.4",
"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": {
"symfony/debug": "^2.7|^3.0|^4.0|^5.0",
"symfony/debug": "^2.7|^3.0|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5",
"symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5",
"symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5 || ^6.0",
"yoast/phpunit-polyfills": "^1.0"
},

Expand Down

0 comments on commit 8f86e44

Please sign in to comment.