Skip to content

Commit ec221cd

Browse files
authored
Enable PHP 7.1 support
1 parent bf04e99 commit ec221cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Disable Newsletter Magento 2"
99
],
1010
"require": {
11-
"php": "~5.5.0|~5.6.0|~7.0.0"
11+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
1212
},
1313
"type": "magento2-module",
1414
"version": "1.0.0",
@@ -31,4 +31,4 @@
3131
"Codeko\\DisableNewsletter\\": ""
3232
}
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)