Skip to content

Commit

Permalink
Merge pull request #4 from dunglas/chore/sf6
Browse files Browse the repository at this point in the history
chore: allow Symfony 6
  • Loading branch information
soyuka authored Dec 24, 2021
2 parents 9ed02c4 + de17012 commit b6f9bf0
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 b6f9bf0

Please sign in to comment.