|
4 | 4 | "description": "Shipping data export environment for Sylius platform applications", |
5 | 5 | "license": "MIT", |
6 | 6 | "require": { |
7 | | - "php": "^8.0", |
8 | | - "doctrine/dbal": "^2.7 || ^3.0", |
9 | | - "sylius/sylius": "~1.12.0 || ~1.13.0" |
| 7 | + "php": "^8.2", |
| 8 | + "sylius/sylius": "~2.0.0", |
| 9 | + "dompdf/dompdf": "^2.0", |
| 10 | + "sylius/twig-hooks": "^0.5", |
| 11 | + "sylius/twig-extra": "^0.5", |
| 12 | + "symfony/ux-autocomplete": "^2.17", |
| 13 | + "symfony/ux-live-component": "^2.20", |
| 14 | + "symfony/ux-twig-component": "^2.20", |
| 15 | + "symfony/webpack-encore-bundle": "^2.1", |
| 16 | + "symfony/stimulus-bundle": "^2.12" |
10 | 17 | }, |
11 | 18 | "require-dev": { |
12 | | - "behat/behat": "^3.7", |
| 19 | + "behat/behat": "^3.14", |
13 | 20 | "behat/mink-selenium2-driver": "~1.6.0", |
14 | | - "symfony/webpack-encore-bundle": "^1.15", |
15 | | - "bitbag/coding-standard": "^3.0", |
16 | | - "dmore/behat-chrome-extension": "^1.3", |
17 | | - "dmore/chrome-mink-driver": "^2.7", |
18 | | - "friends-of-behat/mink": "^1.8", |
19 | | - "friends-of-behat/mink-browserkit-driver": "^1.4", |
20 | | - "friends-of-behat/mink-debug-extension": "^2.0", |
21 | | - "friends-of-behat/mink-extension": "^2.4", |
| 21 | + "bitbag/coding-standard": "^3.0.0", |
| 22 | + "dmore/behat-chrome-extension": "^1.4", |
| 23 | + "friends-of-behat/mink": "^1.11", |
| 24 | + "friends-of-behat/mink-browserkit-driver": "^1.6", |
| 25 | + "friends-of-behat/mink-debug-extension": "^2.1", |
| 26 | + "friends-of-behat/mink-extension": "^2.7", |
22 | 27 | "friends-of-behat/page-object-extension": "^0.3", |
23 | | - "friends-of-behat/suite-settings-extension": "^1.0", |
24 | | - "friends-of-behat/symfony-extension": "^2.1", |
25 | | - "friends-of-behat/variadic-extension": "^1.3", |
| 28 | + "friends-of-behat/suite-settings-extension": "^1.1", |
| 29 | + "friends-of-behat/symfony-extension": "^2.6", |
| 30 | + "friends-of-behat/variadic-extension": "^1.6", |
| 31 | + "gedmo/doctrine-extensions": "^3.9", |
| 32 | + "lchrusciel/api-test-case": "^4.1 || ^5.0", |
| 33 | + "league/flysystem-bundle": "^3.3", |
| 34 | + "nelmio/alice": "^3.10", |
| 35 | + "nyholm/psr7": "^1.8", |
26 | 36 | "phpspec/phpspec": "^7.0", |
27 | | - "phpstan/extension-installer": "^1.0", |
28 | | - "phpstan/phpstan": "^1.8.1", |
29 | | - "phpstan/phpstan-doctrine": "1.3.69", |
30 | | - "phpstan/phpstan-strict-rules": "^1.3.0", |
31 | | - "phpstan/phpstan-webmozart-assert": "^1.2.0", |
32 | 37 | "phpunit/phpunit": "^9.5", |
33 | | - "sylius-labs/coding-standard": "^4.0", |
34 | | - "symfony/browser-kit": "^5.4 || ^6.0", |
35 | | - "symfony/debug-bundle": "^5.4 || ^6.0", |
36 | | - "symfony/dotenv": "^5.4 || ^6.0", |
37 | | - "symfony/intl": "^5.4 || ^6.0", |
38 | | - "symfony/web-profiler-bundle": "^5.4 || ^6.0", |
39 | | - "polishsymfonycommunity/symfony-mocker-container": "^1.0" |
40 | | - }, |
41 | | - "conflict": { |
42 | | - "doctrine/persistence": "<3.0" |
| 38 | + "polishsymfonycommunity/symfony-mocker-container": "^1.0", |
| 39 | + "robertfausk/behat-panther-extension": "^1.1", |
| 40 | + "sylius-labs/coding-standard": "^4.4", |
| 41 | + "sylius-labs/suite-tags-extension": "~0.2", |
| 42 | + "sylius/mailer-bundle": "^1.8 || ^2.0@beta", |
| 43 | + "sylius/sylius-rector": "^2.0", |
| 44 | + "symfony/browser-kit": "^6.4 || ^7.1", |
| 45 | + "symfony/debug-bundle": "^6.4 || ^7.1", |
| 46 | + "symfony/dependency-injection": "^6.4 || ^7.1", |
| 47 | + "symfony/dotenv": "^6.4 || ^7.1", |
| 48 | + "symfony/http-client": "^6.4 || ^7.1", |
| 49 | + "symfony/intl": "^6.4 || ^7.1", |
| 50 | + "symfony/web-profiler-bundle": "^6.4 || ^7.1" |
43 | 51 | }, |
44 | 52 | "config": { |
45 | 53 | "sort-packages": true, |
46 | 54 | "allow-plugins": { |
47 | 55 | "symfony/thanks": true, |
48 | 56 | "composer/package-versions-deprecated": true, |
49 | 57 | "dealerdirect/phpcodesniffer-composer-installer": true, |
50 | | - "phpstan/extension-installer": true |
| 58 | + "phpstan/extension-installer": true, |
| 59 | + "php-http/discovery": true |
51 | 60 | } |
52 | 61 | }, |
53 | 62 | "autoload": { |
|
0 commit comments