diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb4c5b..9b01f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0.2 - 2020-04-09 +### Changed +- Changed packages to GrizzIT variations. + ## 1.0.1 - 2020-03-05 ### Changed - Changed company name references. @@ -13,5 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Created the initial implementation of the command package. # Versions -- [1.0.1 > Unreleased](https://github.com/ulrack/command/compare/1.0.1...HEAD) +- [1.0.2 > Unreleased](https://github.com/ulrack/command/compare/1.0.1...HEAD) +- [1.0.1 > 1.0.2](https://github.com/ulrack/command/compare/1.0.1...1.0.2) - [1.0.0 > 1.0.1](https://github.com/ulrack/command/compare/1.0.0...1.0.1) diff --git a/composer.json b/composer.json index 7a83dcb..d6453ed 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "minimum-stability": "stable", "require": { "php": "^7.2", + "grizz-it/configuration": "^1.0", + "grizz-it/task": "^1.0", + "grizz-it/validator": "^1.0", "ulrack/cli": "^1.0", - "ulrack/configuration": "^1.0", - "ulrack/services": "^1.0", - "ulrack/task": "^1.0", - "ulrack/validator": "^1.0" + "ulrack/services": "^1.0" }, "authors": [{ "name": "Ulrack", diff --git a/examples/command-showcase.php b/examples/command-showcase.php index e08ec10..1a03ea0 100644 --- a/examples/command-showcase.php +++ b/examples/command-showcase.php @@ -1,5 +1,6 @@