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

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
Requires webimpress/composer-extra-dependency ^0.2.2
which includes hotfixes to not run plugin in non-interactive mode
and checks for dependencies also in require-dev section
Also internal 'update' call does not use scripts.
  • Loading branch information
michalbundyra committed Oct 17, 2017
1 parent 5839f5a commit 8ed1c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"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.2"
"webimpress/composer-extra-dependency": "^0.2.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7.22 || ^6.3.1"
"phpunit/phpunit": "^5.7.23 || ^6.4.3"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 8ed1c2c

Please sign in to comment.