|
45 | 45 | "psalm/plugin-phpunit": "^0.18", |
46 | 46 | "setono/code-quality-pack": "^2.7", |
47 | 47 | "sylius/sylius": "^1.14", |
| 48 | + "sylius/test-application": "^1.14.0@alpha", |
48 | 49 | "symfony/debug-bundle": "^5.4 || ^6.4 || ^7.0", |
49 | 50 | "symfony/dotenv": "^5.4 || ^6.4 || ^7.0", |
50 | 51 | "symfony/intl": "^5.4 || ^6.4 || ^7.0", |
|
62 | 63 | }, |
63 | 64 | "autoload-dev": { |
64 | 65 | "psr-4": { |
65 | | - "Setono\\SyliusTermsPlugin\\Tests\\": "tests/" |
| 66 | + "Setono\\SyliusTermsPlugin\\Tests\\": "tests/", |
| 67 | + "Tests\\Setono\\SyliusTermsPlugin\\": "tests/TestApplication/src" |
66 | 68 | }, |
67 | 69 | "classmap": [ |
68 | 70 | "tests/Application/Kernel.php" |
|
73 | 75 | "dealerdirect/phpcodesniffer-composer-installer": false, |
74 | 76 | "ergebnis/composer-normalize": true, |
75 | 77 | "infection/extension-installer": true, |
76 | | - "symfony/thanks": false |
| 78 | + "symfony/thanks": false, |
| 79 | + "symfony/runtime": true, |
| 80 | + "symfony/flex": true |
77 | 81 | }, |
78 | 82 | "sort-packages": true |
79 | 83 | }, |
|
82 | 86 | "check-style": "ecs check", |
83 | 87 | "fix-style": "ecs check --fix", |
84 | 88 | "phpunit": "phpunit" |
| 89 | + }, |
| 90 | + "extra": { |
| 91 | + "public-dir": "vendor/sylius/test-application/public" |
85 | 92 | } |
86 | 93 | } |
0 commit comments