|
4 | 4 | "description": "Add barcodes to your products using this plugin", |
5 | 5 | "license": "MIT", |
6 | 6 | "require": { |
7 | | - "php": ">=7.4", |
8 | | - "doctrine/persistence": "^1.3 || ^2.0", |
| 7 | + "php": ">=8.1", |
| 8 | + "doctrine/persistence": "^1.3 || ^2.0 || ^3.0", |
9 | 9 | "setono/doctrine-orm-batcher-bundle": "^0.3.1", |
10 | | - "sylius/sylius": "^1.3", |
11 | | - "symfony/config": "^4.4 || ^5.4", |
12 | | - "symfony/event-dispatcher": "^4.4 || ^5.4", |
| 10 | + "symfony/config": "^5.4 || ^6.4", |
| 11 | + "symfony/event-dispatcher": "^5.4 || ^6.4", |
13 | 12 | "symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0", |
14 | | - "symfony/messenger": "^4.4 || ^5.4", |
15 | | - "thecodingmachine/safe": "^1.0", |
| 13 | + "symfony/messenger": "^5.4 || ^6.4", |
16 | 14 | "violuke/php-barcodes": "^1.0" |
17 | 15 | }, |
18 | 16 | "require-dev": { |
19 | | - "behat/behat": "^3.4", |
20 | | - "behat/mink": "^1.7@dev", |
21 | | - "behat/mink-browserkit-driver": "^1.3", |
22 | | - "behat/mink-extension": "^2.2", |
23 | | - "behat/mink-selenium2-driver": "^1.3", |
24 | | - "friends-of-behat/page-object-extension": "^0.3", |
25 | | - "friends-of-behat/suite-settings-extension": "^1.0", |
26 | | - "friends-of-behat/symfony-extension": "^2.0", |
27 | | - "friends-of-behat/variadic-extension": "^1.1", |
28 | | - "lakion/mink-debug-extension": "^1.2.3", |
29 | | - "phpspec/phpspec": "^6.1", |
30 | | - "phpunit/phpunit": "^8.3", |
31 | | - "roave/security-advisories": "dev-latest", |
32 | | - "sensiolabs/security-checker": "^5.0", |
| 17 | + "phpspec/phpspec": "^7.5", |
| 18 | + "phpspec/prophecy-phpunit": "^2.3", |
| 19 | + "phpunit/phpunit": "^9.5", |
| 20 | + "psalm/plugin-phpunit": "^0.19.2", |
| 21 | + "psalm/plugin-symfony": "^5.2", |
33 | 22 | "setono/code-quality-pack": "^2.1.3", |
34 | | - "symfony/browser-kit": "^4.4 || ^5.0", |
35 | | - "symfony/debug-bundle": "^4.4 || ^5.0", |
36 | | - "symfony/dotenv": "^4.4 || ^5.0", |
37 | | - "symfony/intl": "^4.4 || ^5.0", |
38 | | - "symfony/web-profiler-bundle": "^4.4 || ^5.0", |
39 | | - "symfony/web-server-bundle": "^4.4 || ^5.0" |
| 23 | + "sylius/sylius": "~1.10.0", |
| 24 | + "symfony/browser-kit": "^5.4 || ^6.4", |
| 25 | + "symfony/debug-bundle": "^5.4 || ^6.4", |
| 26 | + "symfony/dotenv": "^5.4 || ^6.4", |
| 27 | + "symfony/intl": "^5.4 || ^6.4", |
| 28 | + "symfony/web-profiler-bundle": "^5.4 || ^6.4" |
40 | 29 | }, |
41 | 30 | "config": { |
42 | 31 | "sort-packages": true, |
|
46 | 35 | "dealerdirect/phpcodesniffer-composer-installer": false |
47 | 36 | } |
48 | 37 | }, |
49 | | - "extra": { |
50 | | - "branch-alias": { |
51 | | - "dev-master": "1.4-dev" |
52 | | - } |
53 | | - }, |
54 | 38 | "autoload": { |
55 | 39 | "psr-4": { |
56 | | - "Loevgaard\\SyliusBarcodePlugin\\": "src/", |
57 | | - "Tests\\Loevgaard\\SyliusBarcodePlugin\\": "tests/" |
| 40 | + "Loevgaard\\SyliusBarcodePlugin\\": "src/" |
58 | 41 | } |
59 | 42 | }, |
60 | 43 | "autoload-dev": { |
| 44 | + "psr-4": { |
| 45 | + "Tests\\Loevgaard\\SyliusBarcodePlugin\\": "tests/" |
| 46 | + }, |
61 | 47 | "classmap": [ |
62 | 48 | "tests/Application/Kernel.php" |
63 | 49 | ] |
|
0 commit comments