Skip to content

Commit

Permalink
[BUGFIX] Synchronize root composer.json with ext:core composer.json
Browse files Browse the repository at this point in the history
Version constraints must be identical to not spoil
composer single extension installations.

Change-Id: Ic799ef5d5f695072618d8a500c4fca52a68f9803
Resolves: #83956
Releases: master
Reviewed-on: https://review.typo3.org/55783
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Tested-by: Mathias Schreiber <mathias.schreiber@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed Feb 17, 2018
1 parent 53315d5 commit 31e5d1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typo3/sysext/core/composer.json
Expand Up @@ -33,15 +33,15 @@
"mso/idna-convert": "^1.1.0",
"typo3fluid/fluid": "^2.4",
"guzzlehttp/guzzle": "^6.3.0",
"doctrine/dbal": "~2.5.4",
"doctrine/dbal": "~2.6",
"nikic/php-parser": "^3.1",
"symfony/polyfill-intl-icu": "^1.6"
},
"require-dev": {
"typo3/testing-framework": "2.0.1",
"typo3/testing-framework": "^3.0",
"codeception/codeception": "^2.3",
"enm1989/chromedriver": "~2.30",
"typo3/cms-styleguide": "~9.0.0",
"typo3/cms-styleguide": "~9.0.1",
"friendsofphp/php-cs-fixer": "^2.0",
"fiunchinho/phpunit-randomizer": "~3.0.0"
},
Expand Down

0 comments on commit 31e5d1f

Please sign in to comment.