Skip to content

Commit bc1f8a4

Browse files
author
Stanislav Idolov
committed
AC-1615: Add PHP8 support to magento/composer-root-update-plugin
1 parent 2455bf7 commit bc1f8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/ComposerRootUpdatePlugin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~7.3.0||~7.4.0",
11+
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0",
1212
"composer/composer": "^1.0 || ^2.0",
1313
"composer-plugin-api": "^1.0 || ^2.0"
1414
},

0 commit comments

Comments
 (0)