Skip to content

Commit 1361fa0

Browse files
authoredMay 18, 2022
PHP 8 compatability
1 parent a04d2f9 commit 1361fa0

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
@@ -2,7 +2,7 @@
22
"name": "dmatthew/magento2-attribute-description",
33
"description": "Add descriptions to your product attributes.",
44
"require": {
5-
"php": "^7.1.0",
5+
"php": "^7.1||^8.0",
66
"magento/module-store": "100.2.*|101.0.*|101.1.*",
77
"magento/module-eav": "101.0.*|102.0.*|102.1.*",
88
"magento/module-catalog": "102.0.*|103.0.*|104.0.*"

0 commit comments

Comments
 (0)
Please sign in to comment.