Skip to content

Commit

Permalink
Merge pull request #164 from ruudk/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 6.0
  • Loading branch information
stof authored Jan 19, 2022
2 parents 47c5b4c + c201675 commit a61d174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"require": {
"php": ">=7.2",
"behat/mink": "^1.9.0@dev",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/dom-crawler": "^4.4 || ^5.0"
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0"
},

"require-dev": {
"mink/driver-testsuite": "dev-master",
"symfony/error-handler": "^4.4 || ^5.0",
"symfony/http-client": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/mime": "^4.4 || ^5.0",
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0",
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/mime": "^4.4 || ^5.0 || ^6.0",
"phpunit/phpunit": "^8.5 || ^9.5",
"yoast/phpunit-polyfills": "^1.0"
},
Expand Down

0 comments on commit a61d174

Please sign in to comment.