Skip to content

Commit

Permalink
composer OR
Browse files Browse the repository at this point in the history
  • Loading branch information
ehibes committed Sep 21, 2023
1 parent 7463119 commit 2683d92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Acme example plugin for Sylius.",
"license": "MIT",
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.3|^8.0",

"sylius/sylius": "^1.8"
},
Expand All @@ -21,17 +21,17 @@
"friends-of-behat/suite-settings-extension": "^1.0",
"friends-of-behat/symfony-extension": "^2.1",
"friends-of-behat/variadic-extension": "^1.3",
"lakion/mink-debug-extension": "^1.2.3 || ^2.0",
"lakion/mink-debug-extension": "^1.2.3|^2.0",
"phpspec/phpspec": "^6.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.25 || ^1.0",
"phpstan/phpstan-doctrine": "0.12.13 || ^1.0",
"phpstan/phpstan-strict-rules": "^0.12.0 || ^1.0",
"phpstan/phpstan-webmozart-assert": "0.12.4 || ^1.0",
"phpstan/phpstan": "0.12.25|^1.0",
"phpstan/phpstan-doctrine": "0.12.13|^1.0",
"phpstan/phpstan-strict-rules": "^0.12.0|^1.0",
"phpstan/phpstan-webmozart-assert": "0.12.4|^1.0",
"phpunit/phpunit": "^8.5",
"rector/rector": "^0.13.10",
"sensiolabs/security-checker": "^6.0",
"sylius-labs/coding-standard": "^3.1 || ^4.2",
"sylius-labs/coding-standard": "^3.1|^4.2",
"symfony/browser-kit": "^4.4",
"symfony/debug-bundle": "^4.4|^5.0",
"symfony/dotenv": "^4.4|^5.0",
Expand Down

0 comments on commit 2683d92

Please sign in to comment.