Skip to content

Commit cc7adb8

Browse files
committed
Removed old PHP7.2v and supported package versions
1 parent f1e85ef commit cc7adb8

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

composer.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,36 @@
44
"type": "magento2-module",
55
"version": "1.0.13",
66
"require": {
7-
"php": "^7.2 || ^8.0",
7+
"php": "^8.0",
88
"ext-json": "*",
99
"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": "*"
1114
},
1215
"suggest": {
1316
"magento/framework": "*",
1417
"magento/module-store": "*",
1518
"magento/module-url-rewrite": "*"
1619
},
1720
"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",
2427
"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",
2730
"squizlabs/php_codesniffer": "^3.0"
2831
},
2932
"config": {
30-
"sort-packages": true
33+
"sort-packages": true,
34+
"allow-plugins": {
35+
"magento/composer-dependency-version-audit-plugin": true
36+
}
3137
},
3238
"scripts": {
3339
"test": [
@@ -50,5 +56,11 @@
5056
"Magento\\CloudComponents\\": "",
5157
"Magento\\CloudComponents\\Test\\Functional\\": "tests/functional/"
5258
}
59+
},
60+
"repositories": {
61+
"magento": {
62+
"type": "composer",
63+
"url": "https://repo.magento.com/"
64+
}
5365
}
5466
}

0 commit comments

Comments
 (0)