|
12 | 12 | "php": "^7.3", |
13 | 13 | "league/csv": "^9.1", |
14 | 14 | "friendsofsymfony/ckeditor-bundle": "^1.1|^2.0", |
15 | | - "sylius/sylius": "^1.7" |
| 15 | + "sylius/sylius": "^1.9" |
16 | 16 | }, |
17 | 17 | "require-dev": { |
18 | | - "behat/behat": "^3.6", |
19 | | - "behat/mink": "^1.7", |
20 | | - "behat/mink-browserkit-driver": "^1.3", |
21 | | - "behat/mink-extension": "^2.2", |
22 | | - "behat/mink-selenium2-driver": "^1.3", |
| 18 | + "behat/behat": "^3.7", |
| 19 | + "behat/mink": "^1.8", |
| 20 | + "behat/mink-selenium2-driver": "^1.4", |
| 21 | + "friends-of-behat/mink-browserkit-driver": "^1.4", |
| 22 | + "friends-of-behat/mink-debug-extension": "^2.0", |
| 23 | + "friends-of-behat/mink-extension": "^2.4", |
23 | 24 | "friends-of-behat/page-object-extension": "^0.3", |
24 | 25 | "friends-of-behat/suite-settings-extension": "^1.0", |
25 | | - "friends-of-behat/symfony-extension": "^2.0", |
26 | | - "friends-of-behat/variadic-extension": "^1.1", |
27 | | - "lakion/mink-debug-extension": "^1.2.3", |
28 | | - "lchrusciel/api-test-case": "^3.0", |
29 | | - "matthiasnoback/symfony-config-test": "^3.0", |
30 | | - "phpspec/phpspec": "^6.0", |
31 | | - "phpstan/phpstan-doctrine": "^0.10", |
32 | | - "phpstan/phpstan-shim": "^0.10", |
33 | | - "phpstan/phpstan-symfony": "^0.10", |
34 | | - "phpstan/phpstan-webmozart-assert": "^0.10", |
35 | | - "phpunit/phpunit": "^6.5", |
36 | | - "sensiolabs/security-checker": "^5.0", |
37 | | - "sylius-labs/coding-standard": "^3.0", |
38 | | - "symfony/browser-kit": "^4.4", |
39 | | - "symfony/debug-bundle": "^4.4", |
40 | | - "symfony/dotenv": "^4.4", |
41 | | - "symfony/intl": "^4.4", |
42 | | - "symfony/web-profiler-bundle": "^4.4", |
43 | | - "symfony/web-server-bundle": "^4.4" |
| 26 | + "friends-of-behat/symfony-extension": "^2.1", |
| 27 | + "friends-of-behat/variadic-extension": "^1.3", |
| 28 | + "friendsofsymfony/oauth-server-bundle": ">2.0.0-alpha.0 ^2.0@dev", |
| 29 | + "lchrusciel/api-test-case": "^4.1||^5.0", |
| 30 | + "matthiasnoback/symfony-config-test": "^4.0", |
| 31 | + "phpspec/phpspec": "^7.0", |
| 32 | + "phpstan/phpstan": "^0.12", |
| 33 | + "phpstan/phpstan-doctrine": "^0.12.32", |
| 34 | + "phpstan/phpstan-symfony": "^0.12.21", |
| 35 | + "phpstan/phpstan-webmozart-assert": "^0.12.12", |
| 36 | + "phpunit/phpunit": "^8.0||^9.0", |
| 37 | + "sylius-labs/coding-standard": "^3.2", |
| 38 | + "symfony/browser-kit": "^4.4||^5.2", |
| 39 | + "symfony/debug-bundle": "^4.4||^5.2", |
| 40 | + "symfony/dotenv": "^4.4||^5.2", |
| 41 | + "symfony/intl": "^4.4||^5.2", |
| 42 | + "symfony/web-profiler-bundle": "^4.4||^5.2" |
| 43 | + }, |
| 44 | + "suggest": { |
| 45 | + "stefandoorn/sitemap-plugin": "^2.0@alpha" |
44 | 46 | }, |
45 | 47 | "suggest": { |
46 | 48 | "stefandoorn/sitemap-plugin": "Adds CMS pages & sections support to the Sylius sitemap plugin" |
|
60 | 62 | } |
61 | 63 | }, |
62 | 64 | "autoload-dev": { |
| 65 | + "psr-4": { |
| 66 | + "spec\\BitBag\\SyliusCmsPlugin\\": "spec/" |
| 67 | + }, |
63 | 68 | "classmap": ["tests/Application/Kernel.php"] |
64 | 69 | } |
65 | 70 | } |
0 commit comments