Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit b6f9bf0

Browse files
authored
Merge pull request #4 from dunglas/chore/sf6
chore: allow Symfony 6
2 parents 9ed02c4 + de17012 commit b6f9bf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"behat/behat": "^3.0.13",
1111
"friends-of-behat/mink-extension": "^2.3.1",
1212
"justinrainbow/json-schema": "^5.0",
13-
"symfony/property-access": "^2.3|^3.0|^4.0|^5.0",
14-
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0",
15-
"symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0"
13+
"symfony/property-access": "^2.3|^3.0|^4.0|^5.0|^6.0",
14+
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|6.0",
15+
"symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0|^6.0"
1616
},
1717

1818
"require-dev": {

0 commit comments

Comments
 (0)