diff --git a/CHANGELOG.md b/CHANGELOG.md index d620e40..1377bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,50 +2,6 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.1.0 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.0.2 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - ## 2.0.1 - 2020-07-02 ### Added diff --git a/composer.json b/composer.json index 8ca0701..9176b24 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,6 @@ "config": { "sort-packages": true }, - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev", - "dev-develop": "2.1.x-dev" - } - }, "require": { "php": "^7.1", "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",