diff --git a/CHANGELOG.md b/CHANGELOG.md index 6902d00..69f9e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.0](https://github.com/codenamephp/deployer.composer/tree/2.0.0) (2022-02-06) + +[Full Changelog](https://github.com/codenamephp/deployer.composer/compare/1.0.0...2.0.0) + +**Merged pull requests:** + +- Made tasks compatible with registerTask\(\) [\#2](https://github.com/codenamephp/deployer.composer/pull/2) ([bastianschwarz](https://github.com/bastianschwarz)) + ## [1.0.0](https://github.com/codenamephp/deployer.composer/tree/1.0.0) (2022-02-06) [Full Changelog](https://github.com/codenamephp/deployer.composer/compare/b7421fddd1b790cc7c7f04d45d0a3ef5d3ac035e...1.0.0) diff --git a/src/task/install/Development.php b/src/task/install/Development.php index 2716313..48becb1 100644 --- a/src/task/install/Development.php +++ b/src/task/install/Development.php @@ -7,7 +7,7 @@ */ final class Development extends AbstractInstallTask { - public const NAME = 'composer.isntall:development'; + public const NAME = 'composer:install:development'; public function getArguments() : array { return ['--prefer-dist'];