Skip to content

Commit 13ec5bb

Browse files
authored
Merge pull request #5 from magento-amigos/AC-1615
AC-1615: Add PHP8 support to magento/composer-root-update-plugin
2 parents ee5d594 + d59bed1 commit 13ec5bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"type": "project",
33
"name": "magento/composer-root-update-plugin",
4-
"description": "Git source for the Magento Open Source/Adobe Commerce root update lookahead composer plugin",
4+
"description": "Git source for the Magento Open Source/Adobe Commerce root update lookahead composer plugin. Actual plugin composer.json file located under src/Magento/ComposerRootUpdatePlugin directory.",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
88
],
99
"require": {
10-
"php": "~7.3.0||~7.4.0",
10+
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0",
1111
"composer/composer": "^1.0 || ^2.0",
1212
"composer-plugin-api": "^1.0 || ^2.0"
1313
},

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)