Skip to content

Commit

Permalink
Merge 1fe58f2 into 3206ccd
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 2, 2019
2 parents 3206ccd + 1fe58f2 commit 8554b7f
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "php-http/message",
"description": "HTTP Message related tools",
"license": "MIT",
"keywords": ["message", "http", "psr-7"],
"keywords": [
"message",
"http",
"psr-7"
],
"homepage": "http://php-http.org",
"license": "MIT",
"authors": [
{
"name": "Márk Sági-Kazár",
Expand All @@ -24,16 +28,24 @@
"akeneo/phpspec-skip-example-extension": "^1.0",
"coduo/phpspec-data-provider-extension": "^1.0",
"guzzlehttp/psr7": "^1.0",
"henrikbjorn/phpspec-code-coverage" : "^1.0",
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4",
"slim/slim": "^3.0",
"zendframework/zend-diactoros": "^1.0"
},
"suggest": {
"zendframework/zend-diactoros": "Used with Diactoros Factories",
"ext-zlib": "Used with compressor/decompressor streams",
"guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
"slim/slim": "Used with Slim Framework PSR-7 implementation",
"ext-zlib": "Used with compressor/decompressor streams"
"zendframework/zend-diactoros": "Used with Diactoros Factories"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"autoload": {
"psr-4": {
Expand All @@ -51,13 +63,5 @@
"scripts": {
"test": "vendor/bin/phpspec run",
"test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml"
},
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 8554b7f

Please sign in to comment.