Skip to content

Commit 8459c8e

Browse files
committed
Lower PHP requirement to PHP 8.2+
1 parent 46bcbf2 commit 8459c8e

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

.module.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTENSION_VENDOR=Loki
22
EXTENSION_NAME=AdminComponents
33
COMPOSER_NAME=loki/magento2-admin-components
4-
PHP_VERSIONS=("8.3","8.4")
4+
PHP_VERSIONS=("8.2","8.3","8.4")
55
PHPSTAN_LEVEL=1

composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "loki/magento2-admin-components",
3-
"version": "0.2.1",
4-
"description": "N/A",
5-
"type": "magento2-module",
6-
"require": {
7-
"magento/framework": "^102.0 | ^103.0",
8-
"magento/module-backend": "^101.0 | ^102.0",
9-
"magento/module-catalog": "^102.0 | ^103.0 | ^104.0",
10-
"magento/module-customer": "^102.0 | ^103.0",
11-
"magento/module-eav": "^100.0 | ^101.0 | ^102.0",
12-
"magento/module-ui": "^101.0",
13-
"loki/magento2-components": "^2.0",
14-
"ext-json": "*"
15-
},
16-
"license": [
17-
"OSL-3.0"
18-
],
19-
"autoload": {
20-
"files": [
21-
"registration.php"
2+
"name": "loki/magento2-admin-components",
3+
"version": "0.2.1",
4+
"description": "N/A",
5+
"type": "magento2-module",
6+
"require": {
7+
"magento/framework": "^102.0 | ^103.0",
8+
"magento/module-backend": "^101.0 | ^102.0",
9+
"magento/module-catalog": "^102.0 | ^103.0 | ^104.0",
10+
"magento/module-customer": "^102.0 | ^103.0",
11+
"magento/module-eav": "^100.0 | ^101.0 | ^102.0",
12+
"magento/module-ui": "^101.0",
13+
"loki/magento2-components": "^2.0",
14+
"ext-json": "*"
15+
},
16+
"license": [
17+
"OSL-3.0"
2218
],
23-
"psr-4": {
24-
"Loki\\AdminComponents\\": ""
19+
"autoload": {
20+
"files": [
21+
"registration.php"
22+
],
23+
"psr-4": {
24+
"Loki\\AdminComponents\\": ""
25+
}
2526
}
26-
}
2727
}

0 commit comments

Comments
 (0)