Skip to content

Commit 9a3f92d

Browse files
authored
feat: update PHP and Magento framework requirements in composer.json #155 (#156)
* feat: update PHP and Magento framework requirements in composer.json * feat: add PHP 8.5 support and update Magento compatibility matrix * feat: update description and refine PHP version constraints in composer.json
1 parent 5630b87 commit 9a3f92d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/magento-compatibility.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- magento-version: "2.4.9-beta1"
2525
php-version: "8.4"
2626
search-engine-name: "opensearch"
27+
- magento-version: "2.4.9-beta1"
28+
php-version: "8.5"
29+
search-engine-name: "opensearch"
2730

2831
services:
2932
mysql:

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openforgeproject/mageforge",
3-
"description": "Magento 2 module for frontend wizardry~",
3+
"description": "Magento 2 module for frontend workflow automation",
44
"version": "0.15.1",
55
"license": "GPL-3.0",
66
"type": "magento2-module",
@@ -13,6 +13,8 @@
1313
}
1414
},
1515
"require": {
16+
"php": "~8.3.0||~8.4.0||~8.5.0",
17+
"magento/framework": "103.0.*",
1618
"laravel/prompts": "^0.3.5"
1719
}
1820
}

0 commit comments

Comments
 (0)