|
5 | 5 | "description": "Acme example plugin for Sylius.", |
6 | 6 | "license": "MIT", |
7 | 7 | "require": { |
8 | | - "php": "^7.3 || ^8.0", |
| 8 | + "php": "^7.3|^8.0", |
9 | 9 |
|
10 | 10 | "sylius/sylius": "^1.8" |
11 | 11 | }, |
|
21 | 21 | "friends-of-behat/suite-settings-extension": "^1.0", |
22 | 22 | "friends-of-behat/symfony-extension": "^2.1", |
23 | 23 | "friends-of-behat/variadic-extension": "^1.3", |
24 | | - "lakion/mink-debug-extension": "^1.2.3 || ^2.0", |
| 24 | + "lakion/mink-debug-extension": "^1.2.3|^2.0", |
25 | 25 | "phpspec/phpspec": "^6.1", |
26 | 26 | "phpstan/extension-installer": "^1.0", |
27 | | - "phpstan/phpstan": "0.12.25 || ^1.0", |
28 | | - "phpstan/phpstan-doctrine": "0.12.13 || ^1.0", |
29 | | - "phpstan/phpstan-strict-rules": "^0.12.0 || ^1.0", |
30 | | - "phpstan/phpstan-webmozart-assert": "0.12.4 || ^1.0", |
| 27 | + "phpstan/phpstan": "0.12.25|^1.0", |
| 28 | + "phpstan/phpstan-doctrine": "0.12.13|^1.0", |
| 29 | + "phpstan/phpstan-strict-rules": "^0.12.0|^1.0", |
| 30 | + "phpstan/phpstan-webmozart-assert": "0.12.4|^1.0", |
31 | 31 | "phpunit/phpunit": "^8.5", |
32 | 32 | "rector/rector": "^0.13.10", |
33 | 33 | "sensiolabs/security-checker": "^6.0", |
34 | | - "sylius-labs/coding-standard": "^3.1 || ^4.2", |
| 34 | + "sylius-labs/coding-standard": "^3.1|^4.2", |
35 | 35 | "symfony/browser-kit": "^4.4", |
36 | 36 | "symfony/debug-bundle": "^4.4|^5.0", |
37 | 37 | "symfony/dotenv": "^4.4|^5.0", |
|
0 commit comments