Skip to content

Commit 90fa1b3

Browse files
committed
Change PHP version to use tilde instead of caret to explicitly list supported versions
1 parent ec36a91 commit 90fa1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"AGPL-3.0+"
77
],
88
"require": {
9-
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|^8.1",
9+
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0",
1010
"magento/framework": "~101.0|~102.0|~103.0",
1111
"magento/module-catalog": "~102.0|~103.0|~104.0",
1212
"magento/module-catalog-search": "~100.0|~101.0|~102.0",

0 commit comments

Comments
 (0)