Skip to content

Commit db72120

Browse files
committed
removed: Remove PHP 8.1 support, add PHP 8.5 support
1 parent fbd1fb7 commit db72120

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

MODULE.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"module_name": "Loki_AdminComponents",
4646
"composer_name": "loki/magento2-admin-components",
4747
"php_versions": [
48-
"8.1",
4948
"8.2",
5049
"8.3",
5150
"8.4",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"magento/module-sales": "^103.0",
2121
"magento/module-store": "^101.0",
2222
"magento/module-ui": "^101.0",
23-
"php": "^8.1",
23+
"php": ">=8.2 <8.6",
2424
"yireo/magento2-csp-utilities": "^1.0"
2525
},
2626
"license": [

0 commit comments

Comments
 (0)