mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[CLEANUP] Sort the Composer dependencies (#61)
This commit is contained in:
parent
110bd7c1e7
commit
55a72cca96
2 changed files with 7 additions and 5 deletions
|
@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Composer script for PHP linting
|
- Composer script for PHP linting
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Sort the Composer dependencies (#61)
|
||||||
- Upgrade PHPUnit to 7.5.14 (#52)
|
- Upgrade PHPUnit to 7.5.14 (#52)
|
||||||
- Change from GPL V3+ to GPL V2+ (#40)
|
- Change from GPL V3+ to GPL V2+ (#40)
|
||||||
- Streamline ext_emconf.php (#37)
|
- Streamline ext_emconf.php (#37)
|
||||||
|
|
|
@ -33,14 +33,14 @@
|
||||||
"typo3/cms-frontend": "^9.5"
|
"typo3/cms-frontend": "^9.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"typo3/cms-fluid-styled-content": "^9.5",
|
"codeception/codeception": "^3.0.3",
|
||||||
"helhum/typo3-composer-setup": "^0.5.4",
|
|
||||||
"squizlabs/php_codesniffer": "^3.4.2",
|
|
||||||
"helmich/typo3-typoscript-lint": "^1.5.0",
|
|
||||||
"friendsofphp/php-cs-fixer": "^2.15.1",
|
"friendsofphp/php-cs-fixer": "^2.15.1",
|
||||||
|
"helhum/typo3-composer-setup": "^0.5.4",
|
||||||
|
"helmich/typo3-typoscript-lint": "^1.5.0",
|
||||||
"nimut/testing-framework": "^4.1.5",
|
"nimut/testing-framework": "^4.1.5",
|
||||||
"phpunit/phpunit": "^7.5.14",
|
"phpunit/phpunit": "^7.5.14",
|
||||||
"codeception/codeception": "^3.0.3"
|
"squizlabs/php_codesniffer": "^3.4.2",
|
||||||
|
"typo3/cms-fluid-styled-content": "^9.5"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"typo3-ter/tea": "self.version"
|
"typo3-ter/tea": "self.version"
|
||||||
|
@ -60,6 +60,7 @@
|
||||||
"preferred-install": {
|
"preferred-install": {
|
||||||
"*": "dist"
|
"*": "dist"
|
||||||
},
|
},
|
||||||
|
"sort-packages": true,
|
||||||
"vendor-dir": ".Build/vendor"
|
"vendor-dir": ".Build/vendor"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue