Skip to content

Commit

Permalink
Merge pull request #38 from ehibes/master
Browse files Browse the repository at this point in the history
update bitbag coding standard
  • Loading branch information
bitbager authored Mar 13, 2023
2 parents ad4e0ce + c57ac6d commit b3b329a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.3 || ^8.0",
"bitbag/coding-standard": "^1.0.1",
"bitbag/coding-standard": "^1.0.1 || ^2.0.0",
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0 || ~1.11.0"
},
"require-dev": {
Expand All @@ -23,10 +23,10 @@
"friends-of-behat/variadic-extension": "^1.3",
"phpspec/phpspec": "^7.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.85",
"phpstan/phpstan": "0.12.85 || ^1.4",
"phpstan/phpstan-doctrine": "0.12.33",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpstan/phpstan-webmozart-assert": "0.12.12",
"phpstan/phpstan-strict-rules": "^0.12.0 || ^1.0",
"phpstan/phpstan-webmozart-assert": "0.12.12 || ^1.0",
"phpunit/phpunit": "^9.5",
"sensiolabs/security-checker": "^6.0",
"sylius-labs/coding-standard": "^4.0",
Expand Down

0 comments on commit b3b329a

Please sign in to comment.