|
5 | 5 | "description": "MailChimp plugin for Sylius.", |
6 | 6 | "license": "MIT", |
7 | 7 | "require": { |
8 | | - "php": " ^8.1", |
9 | | - "sylius/sylius": "~1.12.0 || ~1.13.0", |
| 8 | + "sylius/sylius": "~2.0", |
| 9 | + "php": "^8.2", |
| 10 | + "dompdf/dompdf": "^2.0", |
10 | 11 | "drewm/mailchimp-api": "^2.5.4", |
11 | | - "ext-json": "*", |
12 | | - "symfony/webpack-encore-bundle": "^1.16" |
| 12 | + "sylius/twig-extra": "^0.6", |
| 13 | + "sylius/twig-hooks": "^0.6", |
| 14 | + "symfony/stimulus-bundle": "^2.12", |
| 15 | + "symfony/ux-autocomplete": "^2.17", |
| 16 | + "symfony/ux-live-component": "^2.20", |
| 17 | + "symfony/ux-twig-component": "^2.20", |
| 18 | + "symfony/webpack-encore-bundle": "^2.1", |
| 19 | + "symfony/workflow": "^7.2" |
13 | 20 | }, |
14 | 21 | "require-dev": { |
15 | | - "behat/behat": "^3.7", |
16 | | - "behat/mink-selenium2-driver": "~1.6.0", |
17 | | - "dmore/behat-chrome-extension": "^1.3", |
18 | | - "dmore/chrome-mink-driver": "^2.7", |
19 | | - "friends-of-behat/mink": "^1.8", |
20 | | - "friends-of-behat/mink-browserkit-driver": "^1.4", |
21 | | - "friends-of-behat/mink-extension": "^2.4", |
| 22 | + "behat/behat": "^3.14", |
| 23 | + "behat/mink-selenium2-driver": "1.6", |
| 24 | + "bitbag/coding-standard": "^3.0.0", |
| 25 | + "dmore/behat-chrome-extension": "^1.4", |
| 26 | + "friends-of-behat/mink": "^1.11", |
| 27 | + "friends-of-behat/mink-browserkit-driver": "^1.6", |
| 28 | + "friends-of-behat/mink-debug-extension": "^2.1", |
| 29 | + "friends-of-behat/mink-extension": "^2.7", |
22 | 30 | "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", |
26 | | - "lakion/mink-debug-extension": "^2.0.0", |
| 31 | + "friends-of-behat/suite-settings-extension": "^1.1", |
| 32 | + "friends-of-behat/symfony-extension": "^2.6", |
| 33 | + "friends-of-behat/variadic-extension": "^1.6", |
| 34 | + "gedmo/doctrine-extensions": "^3.9", |
| 35 | + "lchrusciel/api-test-case": "^4.1 || ^5.0", |
| 36 | + "league/flysystem-bundle": "^3.3", |
| 37 | + "matthiasnoback/symfony-config-test": "^5.1", |
| 38 | + "matthiasnoback/symfony-dependency-injection-test": "^5.1", |
| 39 | + "nelmio/alice": "^3.10", |
| 40 | + "nyholm/psr7": "^1.8", |
27 | 41 | "phpspec/phpspec": "^7.0", |
28 | | - "phpstan/extension-installer": "^1.0", |
29 | 42 | "phpunit/phpunit": "^9.5", |
30 | | - "sylius-labs/coding-standard": "^4.0", |
31 | | - "symfony/browser-kit": "^5.4 || ^6.0", |
32 | | - "symfony/debug-bundle": "^5.4 || ^6.0", |
33 | | - "symfony/dotenv": "^5.4 || ^6.0", |
34 | | - "symfony/intl": "^5.4 || ^6.0", |
35 | | - "symfony/web-profiler-bundle": "^5.4 || ^6.0", |
36 | 43 | "polishsymfonycommunity/symfony-mocker-container": "^1.0", |
37 | | - "vimeo/psalm": "^4.12", |
38 | | - "composer/xdebug-handler": "^2.0", |
39 | | - "bitbag/coding-standard": "^1.0.0 || ^2.0.0" |
| 44 | + "robertfausk/behat-panther-extension": "^1.1", |
| 45 | + "sylius-labs/coding-standard": "^4.4", |
| 46 | + "sylius-labs/suite-tags-extension": "~0.2", |
| 47 | + "sylius/mailer-bundle": "^1.8 || ^2.0@beta", |
| 48 | + "sylius/sylius-rector": "^2.0", |
| 49 | + "symfony/browser-kit": "^6.4 || ^7.1", |
| 50 | + "symfony/debug-bundle": "^6.4 || ^7.1", |
| 51 | + "symfony/dotenv": "^6.4 || ^7.1", |
| 52 | + "symfony/http-client": "^6.4 || ^7.1", |
| 53 | + "symfony/intl": "^6.4 || ^7.1", |
| 54 | + "symfony/web-profiler-bundle": "^6.4 || ^7.1", |
| 55 | + "symfony/profiler-pack": "^1.0" |
40 | 56 | }, |
41 | | - "conflict": { |
42 | | - "doctrine/orm": ">=2.15.2", |
43 | | - "doctrine/persistence": "<3.0" |
44 | | - }, |
45 | | - "prefer-stable": true, |
46 | 57 | "autoload": { |
47 | 58 | "psr-4": { |
48 | 59 | "BitBag\\SyliusMailChimpPlugin\\": "src/", |
49 | 60 | "Tests\\BitBag\\SyliusMailChimpPlugin\\": "tests/" |
50 | 61 | } |
51 | 62 | }, |
52 | | - |
53 | 63 | "autoload-dev": { |
54 | 64 | "classmap": ["tests/Application/Kernel.php"] |
55 | 65 | }, |
56 | 66 | "config": { |
| 67 | + "sort-packages": true, |
57 | 68 | "allow-plugins": { |
58 | 69 | "symfony/thanks": true, |
59 | 70 | "composer/package-versions-deprecated": true, |
60 | 71 | "dealerdirect/phpcodesniffer-composer-installer": true, |
61 | | - "phpstan/extension-installer": true |
| 72 | + "phpstan/extension-installer": true, |
| 73 | + "php-http/discovery": true |
| 74 | + } |
| 75 | + }, |
| 76 | + "scripts": { |
| 77 | + "post-install-cmd": [ |
| 78 | + "php bin/create_node_symlink.php" |
| 79 | + ], |
| 80 | + "post-update-cmd": [ |
| 81 | + "php bin/create_node_symlink.php" |
| 82 | + ], |
| 83 | + "post-create-project-cmd": [ |
| 84 | + "php bin/create_node_symlink.php" |
| 85 | + ] |
| 86 | + }, |
| 87 | + "extra": { |
| 88 | + "symfony": { |
| 89 | + "require": "^7.1" |
62 | 90 | } |
63 | 91 | } |
64 | 92 | } |
0 commit comments