Skip to content

Commit 3ef5248

Browse files
committed
fix: remove hoa/console dependency
1 parent 77b1b7a commit 3ef5248

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121
### Security
2222

2323

24+
## [1.1.1] - 2020-09-02
25+
26+
### Fixed
27+
28+
* remove hoa/console dependency
29+
30+
2431
## [1.1.0] - 2020-08-28
2532

2633
### Added
@@ -71,7 +78,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7178
* create a REPL plugin for Composer
7279

7380

74-
[Unreleased]: https://github.com/ramsey/composer-repl/compare/1.1.0...HEAD
81+
[Unreleased]: https://github.com/ramsey/composer-repl/compare/1.1.1...HEAD
82+
[1.1.1]: https://github.com/ramsey/composer-repl/compare/1.1.0...1.1.1
7583
[1.1.0]: https://github.com/ramsey/composer-repl/compare/1.0.4...1.1.0
7684
[1.0.4]: https://github.com/ramsey/composer-repl/compare/1.0.3...1.0.4
7785
[1.0.3]: https://github.com/ramsey/composer-repl/compare/1.0.2...1.0.3

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
1818
"require": {
1919
"php": "^7.4 || ^8",
2020
"composer-plugin-api": "^1.1 || ^2",
21-
"hoa/console": "^3.17",
2221
"phpunit/phpunit": "^6 || ^7 || ^8 || ^9",
2322
"psy/psysh": "^0.10.4",
2423
"symfony/process": "^3 || ^4 || ^5"
2524
},
2625
"require-dev": {
2726
"composer/composer": "^1.10 || ^2.0.0@dev",
28-
"ramsey/devtools": "^1.1"
27+
"ramsey/devtools": "^1.3"
2928
},
3029
"config": {
3130
"sort-packages": true
@@ -35,7 +34,9 @@
3534
"dev-master": "1.0.x-dev"
3635
},
3736
"class": "Ramsey\\Dev\\Repl\\Composer\\ReplPlugin",
38-
"command-prefix": "dev"
37+
"ramsey/devtools": {
38+
"command-prefix": "dev"
39+
}
3940
},
4041
"autoload": {
4142
"psr-4": {

0 commit comments

Comments
 (0)