Skip to content

Commit

Permalink
update robo package name to consolidation and use 0.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
boedah committed Aug 24, 2017
1 parent b80d967 commit be6cb47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [2.2.2] - 2017-08-24

### Changed

- Robo dependency to `consolidation/robo 0.7.*` (package name change)

## [2.2.1] - 2015-11-27

### Changed
Expand Down Expand Up @@ -81,7 +87,7 @@ Release for Robo >=0.5 (not compatible with 0.4.*!).
### Added
- Initial commit

[unreleased]: https://github.com/boedah/robo-drush/compare/2.1.0...HEAD
[unreleased]: https://github.com/boedah/robo-drush/compare/2.2.2...HEAD
[1.0.1]: https://github.com/boedah/robo-drush/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/boedah/robo-drush/compare/1.0.1...1.0.2
[1.0.3]: https://github.com/boedah/robo-drush/compare/1.0.2...1.0.3
Expand All @@ -91,3 +97,4 @@ Release for Robo >=0.5 (not compatible with 0.4.*!).
[2.1.0]: https://github.com/boedah/robo-drush/compare/2.0.2...2.1.0
[2.2.0]: https://github.com/boedah/robo-drush/compare/2.1.0...2.2.0
[2.2.1]: https://github.com/boedah/robo-drush/compare/2.2.0...2.2.1
[2.2.2]: https://github.com/boedah/robo-drush/compare/2.2.1...2.2.2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": ">=5.4.0",
"codegyre/robo": ">=0.5.2"
"consolidation/robo": "0.7.*"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
Expand Down

0 comments on commit be6cb47

Please sign in to comment.