Skip to content

Commit 4c35e96

Browse files
move bitbag/coding-standards from require to require-dev in composer.json + add old version support
1 parent fba43e3 commit 4c35e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"license": "MIT",
77
"require": {
88
"php": "^7.4 || ^8.0",
9-
"bitbag/coding-standard": "^v2.0.0",
109
"sylius/sylius": "~1.10.0 || ~1.11.0"
1110
},
1211
"require-dev": {
1312
"behat/behat": "^3.7",
1413
"behat/mink-selenium2-driver": "^1.4",
14+
"bitbag/coding-standard": "^1.0 || ^2.0",
1515
"dmore/behat-chrome-extension": "^1.3",
1616
"dmore/chrome-mink-driver": "^2.7",
1717
"friends-of-behat/mink": "^1.8",

0 commit comments

Comments
 (0)