Skip to content

Commit 4686611

Browse files
committed
Update composer.json
1 parent 7d9ed0f commit 4686611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integer-net/magento2-product-is-new-attribute",
3-
"description": "Create an "is_new" product attribute and update it automatically from the "news_from_date" and "news_to_date" attributes",
3+
"description": "Create an \"is_new\" product attribute and update it automatically from the \"news_from_date\" and \"news_to_date\" attributes",
44
"type": "magento2-module",
55
"license": "MIT",
66
"authors": [
@@ -30,8 +30,8 @@
3030
}
3131
],
3232
"require": {
33-
"php": "~7.0||~7.1||~7.2||~7.3||~7.4",
34-
"magento/framework": "^101.0.0||^102.0.0||^103.0.0"
33+
"php": "~7.3||~7.4||~8.1",
34+
"magento/framework": "^102.0.0||^103.0.0"
3535
},
3636
"require-dev": {
3737
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)