Skip to content

Commit

Permalink
Merge pull request #10 from boolfly/change/composer-version
Browse files Browse the repository at this point in the history
Change require PHP version to compatible with PHP >=7.3 and >=8.0
  • Loading branch information
thaopw authored Aug 4, 2023
2 parents f9b35e8 + e2726e3 commit bc3a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "boolfly/module-product-label",
"description": "Product Label Module",
"require": {
"php": "~8.1.0||~8.2.0",
"php": ">=7.3 || >=8.0",
"boolfly/module-base": "^1.0.0"
},
"type": "magento2-module",
Expand Down

0 comments on commit bc3a3f6

Please sign in to comment.