|
6 | 6 | "require": { |
7 | 7 | "php": "^7.3", |
8 | 8 | "setono/doctrine-orm-batcher-bundle": "^0.3.1", |
9 | | - "sylius/sylius": "^1.3", |
| 9 | + "sylius/core-bundle": "^1.0", |
| 10 | + "symfony/config": "^4.4 || ^5.0", |
| 11 | + "symfony/dependency-injection": "^4.4 || ^5.0", |
10 | 12 | "symfony/event-dispatcher": "^4.4 || ^5.0", |
| 13 | + "symfony/http-kernel": "^4.4 || ^5.1.5", |
11 | 14 | "symfony/messenger": "^4.4 || ^5.0", |
12 | 15 | "thecodingmachine/safe": "^1.0", |
13 | 16 | "violuke/php-barcodes": "^1.0" |
14 | 17 | }, |
15 | 18 | "require-dev": { |
16 | | - "behat/behat": "^3.4", |
17 | | - "behat/mink": "^1.7@dev", |
18 | | - "behat/mink-browserkit-driver": "^1.3", |
19 | | - "behat/mink-extension": "^2.2", |
20 | | - "behat/mink-selenium2-driver": "^1.3", |
21 | | - "ergebnis/composer-normalize": "^2.0", |
22 | | - "friends-of-behat/page-object-extension": "^0.3", |
23 | | - "friends-of-behat/suite-settings-extension": "^1.0", |
24 | | - "friends-of-behat/symfony-extension": "^2.0", |
25 | | - "friends-of-behat/variadic-extension": "^1.1", |
26 | | - "lakion/mink-debug-extension": "^1.2.3", |
27 | | - "phpspec/phpspec": "^6.1", |
28 | | - "phpstan/phpstan": "^0.12", |
29 | | - "phpstan/phpstan-doctrine": "^0.12", |
30 | | - "phpstan/phpstan-strict-rules": "^0.12", |
31 | | - "phpstan/phpstan-webmozart-assert": "^0.12", |
32 | | - "phpunit/phpunit": "^8.3", |
| 19 | + "api-platform/core": "^2.5", |
| 20 | + "doctrine/persistence": "^1.3.8", |
| 21 | + "lexik/jwt-authentication-bundle": "^2.8", |
| 22 | + "phpspec/phpspec": "^6.2", |
| 23 | + "phpunit/phpunit": "^9.2", |
33 | 24 | "roave/security-advisories": "dev-master", |
34 | 25 | "sensiolabs/security-checker": "^5.0", |
35 | | - "sylius-labs/coding-standard": "^3.1", |
| 26 | + "setono/code-quality-pack": "^1.4", |
| 27 | + "setono/sylius-behat-pack": "^0.1.0", |
| 28 | + "sylius/sylius": "^1.8", |
36 | 29 | "symfony/browser-kit": "^4.4 || ^5.0", |
37 | 30 | "symfony/debug-bundle": "^4.4 || ^5.0", |
38 | 31 | "symfony/dotenv": "^4.4 || ^5.0", |
39 | 32 | "symfony/intl": "^4.4 || ^5.0", |
40 | | - "symfony/web-profiler-bundle": "^4.4 || ^5.0", |
41 | | - "symfony/web-server-bundle": "^4.4 || ^5.0", |
42 | | - "thecodingmachine/phpstan-safe-rule": "^1.0" |
| 33 | + "symfony/maker-bundle": "^1.15", |
| 34 | + "symfony/property-info": "^5.0", |
| 35 | + "symfony/serializer": "^5.0", |
| 36 | + "symfony/web-profiler-bundle": "^4.4 || ^5.0" |
43 | 37 | }, |
44 | 38 | "config": { |
45 | 39 | "sort-packages": true |
|
102 | 96 | ], |
103 | 97 | "phpspec": "vendor/bin/phpspec run", |
104 | 98 | "phpunit": "vendor/bin/phpunit", |
105 | | - "run": [ |
| 99 | + "server-run": [ |
106 | 100 | "@ensure-env-copied", |
107 | | - "(cd tests/Application && bin/console server:run -d public -e ${SYMFONY_ENV:-'dev'})" |
| 101 | + "(cd tests/Application && symfony server:start --daemon)" |
108 | 102 | ], |
109 | 103 | "tests": [ |
110 | 104 | "@phpspec", |
|
115 | 109 | "@ensure-vendors-installed", |
116 | 110 | "@assets", |
117 | 111 | "@fixtures", |
118 | | - "@run" |
| 112 | + "@server-run" |
119 | 113 | ] |
120 | 114 | } |
121 | 115 | } |
0 commit comments