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

Commit

Permalink
Merge branch 'hotfix/1'
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
michalbundyra committed Oct 11, 2017
2 parents 8e823e1 + 6ace788 commit 21e5d77
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@
"config": {
"sort-packages": true
},
"extra": {
"dependency": [
"http-interop/http-middleware"
]
},
"require": {
"php": "^5.6 || ^7.0",
"http-interop/http-middleware": "^0.1.1 || ^0.2 || ^0.3 || ^0.4.1 || ^0.5"
"http-interop/http-middleware": "^0.1.1 || ^0.2 || ^0.3 || ^0.4.1 || ^0.5",
"webimpress/composer-extra-dependency": "^0.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.22 || ^6.3.1"
Expand Down

0 comments on commit 21e5d77

Please sign in to comment.