|
4 | 4 | "type": "magento2-module",
|
5 | 5 | "version": "1.0.13",
|
6 | 6 | "require": {
|
7 |
| - "php": "^7.2 || ^8.0", |
| 7 | + "php": "^8.0", |
8 | 8 | "ext-json": "*",
|
9 | 9 | "colinmollenhour/cache-backend-redis": "^1.9",
|
10 |
| - "colinmollenhour/credis": "^1.6" |
| 10 | + "colinmollenhour/credis": "^1.6", |
| 11 | + "magento/framework": "*", |
| 12 | + "magento/module-store": "*", |
| 13 | + "magento/module-url-rewrite": "*" |
11 | 14 | },
|
12 | 15 | "suggest": {
|
13 | 16 | "magento/framework": "*",
|
14 | 17 | "magento/module-store": "*",
|
15 | 18 | "magento/module-url-rewrite": "*"
|
16 | 19 | },
|
17 | 20 | "require-dev": {
|
18 |
| - "codeception/codeception": "^4.1", |
19 |
| - "codeception/module-asserts": "^1.2", |
20 |
| - "codeception/module-db": "^1.0", |
21 |
| - "codeception/module-phpbrowser": "^1.0", |
22 |
| - "codeception/module-rest": "^1.2", |
23 |
| - "consolidation/robo": "^1.2 || ^2.0", |
| 21 | + "codeception/codeception": "^5.1", |
| 22 | + "codeception/module-asserts": "^3.0", |
| 23 | + "codeception/module-db": "^3.0", |
| 24 | + "codeception/module-phpbrowser": "^3.0", |
| 25 | + "codeception/module-rest": "^3.0", |
| 26 | + "consolidation/robo": "^3.0", |
24 | 27 | "phpmd/phpmd": "@stable",
|
25 |
| - "phpstan/phpstan": "^0.12", |
26 |
| - "phpunit/phpunit": "^8.5 || ^9.5", |
| 28 | + "phpstan/phpstan": "1.11", |
| 29 | + "phpunit/phpunit": "^9.5", |
27 | 30 | "squizlabs/php_codesniffer": "^3.0"
|
28 | 31 | },
|
29 | 32 | "config": {
|
30 |
| - "sort-packages": true |
| 33 | + "sort-packages": true, |
| 34 | + "allow-plugins": { |
| 35 | + "magento/composer-dependency-version-audit-plugin": true |
| 36 | + } |
31 | 37 | },
|
32 | 38 | "scripts": {
|
33 | 39 | "test": [
|
|
50 | 56 | "Magento\\CloudComponents\\": "",
|
51 | 57 | "Magento\\CloudComponents\\Test\\Functional\\": "tests/functional/"
|
52 | 58 | }
|
| 59 | + }, |
| 60 | + "repositories": { |
| 61 | + "magento": { |
| 62 | + "type": "composer", |
| 63 | + "url": "https://repo.magento.com/" |
| 64 | + } |
53 | 65 | }
|
54 | 66 | }
|
0 commit comments