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

Commit 63aca61

Browse files
authored
Merge pull request #5 from cdaguerre/patch-1
fix sf6 version constraint
2 parents b6f9bf0 + 663ba2b commit 63aca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"friends-of-behat/mink-extension": "^2.3.1",
1212
"justinrainbow/json-schema": "^5.0",
1313
"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",
14+
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0",
1515
"symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0|^6.0"
1616
},
1717

0 commit comments

Comments
 (0)