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