Skip to content

Commit a141ce4

Browse files
committed
Revert minimum stability to stable, tasks #4359
Stability revert from alpha to stable. In 79c9052 set to alpha due to earlier required composer/composer version which was not yet stable. Composer upgrade was blocked due to changes w/ composer autoloading and a PHP 5.3 regression allowing slash-prefixed class names in the past and the unlucky coincidence that di.xml files made use of such class-names, fixed in 0b243b8. Now composer was updated in 0364bf9 and alpha degradation can be lifted. Refs: - #4359 - 79c9052 - 0b243b8 - 0364bf9
1 parent e513ab5 commit a141ce4

File tree

2 files changed

+109
-111
lines changed

2 files changed

+109
-111
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,5 @@
258258
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
259259
}
260260
},
261-
"minimum-stability": "alpha",
262261
"prefer-stable": true
263262
}

0 commit comments

Comments
 (0)