diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e52bc..13dcf06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/composer.json b/composer.json index d5bf6ba..c84fb99 100644 --- a/composer.json +++ b/composer.json @@ -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"