We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ed0f commit 4686611Copy full SHA for 4686611
composer.json
@@ -1,6 +1,6 @@
1
{
2
"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",
+ "description": "Create an \"is_new\" product attribute and update it automatically from the \"news_from_date\" and \"news_to_date\" attributes",
4
"type": "magento2-module",
5
"license": "MIT",
6
"authors": [
@@ -30,8 +30,8 @@
30
}
31
],
32
"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"
+ "php": "~7.3||~7.4||~8.1",
+ "magento/framework": "^102.0.0||^103.0.0"
35
},
36
"require-dev": {
37
"roave/security-advisories": "dev-master",
0 commit comments