Skip to content

Commit

Permalink
move getallheaders polyfill from require-dev to require
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Aug 2, 2019
1 parent 2ffa436 commit e40d304
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 @@ -31,15 +31,15 @@
"php": "^7.1",
"fig/http-message-util": "^1.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^2"
},
"require-dev": {
"ext-json": "*",
"http-interop/http-factory-tests": "^0.5.0",
"php-http/psr7-integration-tests": "dev-master",
"phpstan/phpstan": "^0.10",
"phpunit/phpunit": "^6.0|^7.0",
"ralouphie/getallheaders": "^2",
"squizlabs/php_codesniffer": "^3.3"
},
"provide": {
Expand Down

0 comments on commit e40d304

Please sign in to comment.