Skip to content

Commit

Permalink
move bitbag/coding-standards from require to require-dev in composer.…
Browse files Browse the repository at this point in the history
…json + add old version support
  • Loading branch information
christopherhero committed Oct 13, 2022
1 parent fba43e3 commit 4c35e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"bitbag/coding-standard": "^v2.0.0",
"sylius/sylius": "~1.10.0 || ~1.11.0"
},
"require-dev": {
"behat/behat": "^3.7",
"behat/mink-selenium2-driver": "^1.4",
"bitbag/coding-standard": "^1.0 || ^2.0",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"friends-of-behat/mink": "^1.8",
Expand Down

0 comments on commit 4c35e96

Please sign in to comment.