Skip to content

Commit 1d0fb6a

Browse files
authored
Merge pull request #35 from baldwin-agency/add-support-for-php84
Declared as compatible with PHP 8.4
2 parents f4b28db + d4d405c commit 1d0fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/framework": "~102.0||~103.0",
1414
"magento/module-catalog": "~103.0||~104.0",
1515
"magento/module-cms": "~103.0||~104.0",
16-
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0"
16+
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~6.5||~9.5",

0 commit comments

Comments
 (0)