Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Updated composer plugin: composer-extra-dependency to version 0.2.0
Browse files Browse the repository at this point in the history
This version does not prompt user to provide the version of required
package, if the package is already installed. Entry to composer.json
is added and message with information how to update package is shown.
  • Loading branch information
michalbundyra committed Oct 11, 2017
1 parent 21e5d77 commit 9736194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^5.6 || ^7.0",
"http-interop/http-middleware": "^0.1.1 || ^0.2 || ^0.3 || ^0.4.1 || ^0.5",
"webimpress/composer-extra-dependency": "^0.1"
"webimpress/composer-extra-dependency": "^0.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7.22 || ^6.3.1"
Expand Down

0 comments on commit 9736194

Please sign in to comment.