Warning, /webapps/ocs-webserver/library/vendor/guzzlehttp/psr7/composer.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "guzzlehttp/psr7",
0003     "type": "library",
0004     "description": "PSR-7 message implementation that also provides common utility methods",
0005     "keywords": ["request", "response", "message", "stream", "http", "uri", "url"],
0006     "license": "MIT",
0007     "authors": [
0008         {
0009             "name": "Michael Dowling",
0010             "email": "mtdowling@gmail.com",
0011             "homepage": "https://github.com/mtdowling"
0012         },
0013         {
0014             "name": "Tobias Schultze",
0015             "homepage": "https://github.com/Tobion"
0016         }
0017     ],
0018     "require": {
0019         "php": ">=5.4.0",
0020         "psr/http-message": "~1.0"
0021     },
0022     "require-dev": {
0023         "phpunit/phpunit": "~4.0"
0024     },
0025     "provide": {
0026         "psr/http-message-implementation": "1.0"
0027     },
0028     "autoload": {
0029         "psr-4": {
0030             "GuzzleHttp\\Psr7\\": "src/"
0031         },
0032         "files": ["src/functions_include.php"]
0033     },
0034     "extra": {
0035         "branch-alias": {
0036             "dev-master": "1.4-dev"
0037         }
0038     }
0039 }