mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:56:14 +01:00

[TASK] Upgrade PHPUnit to 7.5.14 (#52)

This commit is contained in:
Oliver Klee 2019-08-12 17:37:53 +02:00 committed by GitHub
parent 3401e32a84
commit 82eaf794d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -39,7 +39,8 @@
"helmich/typo3-typoscript-lint": "^1.5.0",
"friendsofphp/php-cs-fixer": "^2.15.1",
"nimut/testing-framework": "^4.1.5",
"codeception/codeception": "^2.5.6"
"phpunit/phpunit": "^7.5.14",
"codeception/codeception": "^3.0.3"
},
"replace": {
"typo3-ter/tea": "self.version"