Skip to content

Commit 1ae7599

Browse files
committed
MAGETWO-32953: Fix Bamboo builds
- Fix code base version of composer.json for Developer module
1 parent e98607f commit 1ae7599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Developer/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.4.11|~5.5.0|~5.6.0",
6-
"magento/module-core": "0.42.0-beta4",
7-
"magento/framework": "0.42.0-beta4",
6+
"magento/module-core": "0.42.0-beta5",
7+
"magento/framework": "0.42.0-beta5",
88
"magento/magento-composer-installer": "*"
99
},
1010
"type": "magento2-module",
11-
"version": "0.42.0-beta4",
11+
"version": "0.42.0-beta5",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

0 commit comments

Comments
 (0)