mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00

[CLEANUP] Sort the Composer dependencies (#61)

This commit is contained in:
Oliver Klee 2019-11-05 18:57:42 +01:00 committed by GitHub
parent 110bd7c1e7
commit 55a72cca96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View file

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Composer script for PHP linting
### Changed
- Sort the Composer dependencies (#61)
- Upgrade PHPUnit to 7.5.14 (#52)
- Change from GPL V3+ to GPL V2+ (#40)
- Streamline ext_emconf.php (#37)

View file

@ -33,14 +33,14 @@
"typo3/cms-frontend": "^9.5"
},
"require-dev": {
"typo3/cms-fluid-styled-content": "^9.5",
"helhum/typo3-composer-setup": "^0.5.4",
"squizlabs/php_codesniffer": "^3.4.2",
"helmich/typo3-typoscript-lint": "^1.5.0",
"codeception/codeception": "^3.0.3",
"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",
"phpunit/phpunit": "^7.5.14",
"codeception/codeception": "^3.0.3"
"squizlabs/php_codesniffer": "^3.4.2",
"typo3/cms-fluid-styled-content": "^9.5"
},
"replace": {
"typo3-ter/tea": "self.version"
@ -60,6 +60,7 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"vendor-dir": ".Build/vendor"
},
"scripts": {