There was an error while loading. Please reload this page.
1 parent 5625792 commit 54c181fCopy full SHA for 54c181f
src/Magento/ComposerRootUpdatePlugin/composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "magento/composer-root-update-plugin",
3
"description": "Plugin to look ahead for Magento project root changes when running composer update for new Magento versions",
4
- "version": "1.0.0-beta16",
+ "version": "1.0.0-beta1",
5
"license": [
6
"OSL-3.0",
7
"AFL-3.0"
src/Magento/ComposerRootUpdatePlugin/etc/module.xml
@@ -6,6 +6,6 @@
*/
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9
- <module name="Magento_ComposerRootUpdatePlugin" setup_version="1.0.0-beta14">
+ <module name="Magento_ComposerRootUpdatePlugin" setup_version="1.0.0-beta1">
10
</module>
11
</config>
0 commit comments