Skip to content

Commit

Permalink
Merge pull request #6 from magento-amigos/beta
Browse files Browse the repository at this point in the history
Change plugin version
  • Loading branch information
sidolov authored Apr 12, 2022
2 parents ee5d594 + 891fe24 commit 402291b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"type": "project",
"name": "magento/composer-root-update-plugin",
"description": "Git source for the Magento Open Source/Adobe Commerce root update lookahead composer plugin",
"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.",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.3.0||~7.4.0",
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0",
"composer/composer": "^1.0 || ^2.0",
"composer-plugin-api": "^1.0 || ^2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Magento/ComposerRootUpdatePlugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "magento/composer-root-update-plugin",
"type": "composer-plugin",
"description": "Plugin to look ahead for Magento Open Source or Adobe Commerce project root changes when running composer update for new magento/product or magento/magento-cloud metapackage versions",
"version": "2.0.0",
"version": "2.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.3.0||~7.4.0",
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0",
"composer/composer": "^1.0 || ^2.0",
"composer-plugin-api": "^1.0 || ^2.0"
},
Expand Down

0 comments on commit 402291b

Please sign in to comment.