diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4c8d0..02a338d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/composer.json b/composer.json index ff3abbd..bfd3efa 100644 --- a/composer.json +++ b/composer.json @@ -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": {