Skip to content

Commit

Permalink
chore: allow Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 24, 2021
1 parent 9ed02c4 commit de17012
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 @@ -10,9 +10,9 @@
"behat/behat": "^3.0.13",
"friends-of-behat/mink-extension": "^2.3.1",
"justinrainbow/json-schema": "^5.0",
"symfony/property-access": "^2.3|^3.0|^4.0|^5.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0",
"symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0"
"symfony/property-access": "^2.3|^3.0|^4.0|^5.0|^6.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|6.0",
"symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0|^6.0"
},

"require-dev": {
Expand Down

0 comments on commit de17012

Please sign in to comment.