File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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" : {
You can’t perform that action at this time.
0 commit comments