Skip to content
Snippets Groups Projects
Commit d5d38323 authored by Christian Opitz's avatar Christian Opitz Committed by Morton Jonuschat
Browse files

[TASK] Loosen version constraint for TYPO3 CMS Composer Installers

The current version constraint doesn't allow composer to install
bug fix versions of the 1.1 version branch of the composer installers
which is unhandy when there are bug fixes such as for #75273.
The new constraint matches all 1.1.* versions greater 1.1.4

Resolves: #75273
Releases: 6.2
Change-Id: I81ce319ea812d44bcf3dd23602e876eb0f0675d8
Reviewed-on: https://review.typo3.org/47414


Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
parent ccea3060
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@
"ext-xml": "*",
"helhum/class-alias-loader": "1.1.5",
"doctrine/instantiator": "1.0.5",
"typo3/cms-composer-installers": "1.1.4"
"typo3/cms-composer-installers": "~1.1.4"
},
"require-dev": {
"mikey179/vfsStream": "1.3.*@dev",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment