Skip to content

Commit 7d21e53

Browse files
authored
[PWA-2401] Support PHP 8.0 and 8.1 for all PWA related repo's (#17)
* PWA-2401 Update PHP requirements to support PHP 8.0 and 8.1 * PWA-2401 Remove 8.1 support for now * Revert "PWA-2401 Remove 8.1 support for now" This reverts commit b7ab1c581387ed06df7fdbafc89637f184e83ffa. * PWA-2401 Remove 8.0 support to follow core
1 parent e7eb9b9 commit 7d21e53

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
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "~7.3.0||~7.4.0",
8+
"php": "~7.4.0||~8.1.0",
99
"magento/framework": "*",
1010
"magento/upward": "*",
1111
"magento/module-config": "*",

0 commit comments

Comments
 (0)