|
|
@ -284,61 +284,108 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "guzzlehttp/psr7", |
|
|
|
"version": "1.2.2", |
|
|
|
"version": "1.9.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/guzzle/psr7.git", |
|
|
|
"reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb" |
|
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5d04bdd2881ac89abde1fb78cc234bce24327bb", |
|
|
|
"reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", |
|
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.4.0", |
|
|
|
"psr/http-message": "~1.0" |
|
|
|
"psr/http-message": "~1.0", |
|
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
|
|
|
}, |
|
|
|
"provide": { |
|
|
|
"psr/http-message-implementation": "1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~4.0" |
|
|
|
"ext-zlib": "*", |
|
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.0-dev" |
|
|
|
} |
|
|
|
"suggest": { |
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"GuzzleHttp\\Psr7\\": "src/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"src/functions_include.php" |
|
|
|
] |
|
|
|
], |
|
|
|
"psr-4": { |
|
|
|
"GuzzleHttp\\Psr7\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Graham Campbell", |
|
|
|
"email": "hello@gjcampbell.co.uk", |
|
|
|
"homepage": "https://github.com/GrahamCampbell" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Michael Dowling", |
|
|
|
"email": "mtdowling@gmail.com", |
|
|
|
"homepage": "https://github.com/mtdowling" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "George Mponos", |
|
|
|
"email": "gmponos@gmail.com", |
|
|
|
"homepage": "https://github.com/gmponos" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Tobias Nyholm", |
|
|
|
"email": "tobias.nyholm@gmail.com", |
|
|
|
"homepage": "https://github.com/Nyholm" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Márk Sági-Kazár", |
|
|
|
"email": "mark.sagikazar@gmail.com", |
|
|
|
"homepage": "https://github.com/sagikazarmark" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Tobias Schultze", |
|
|
|
"email": "webmaster@tubo-world.de", |
|
|
|
"homepage": "https://github.com/Tobion" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PSR-7 message implementation", |
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods", |
|
|
|
"keywords": [ |
|
|
|
"http", |
|
|
|
"message", |
|
|
|
"psr-7", |
|
|
|
"request", |
|
|
|
"response", |
|
|
|
"stream", |
|
|
|
"uri" |
|
|
|
"uri", |
|
|
|
"url" |
|
|
|
], |
|
|
|
"time": "2016-01-23T01:23:02+00:00" |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/guzzle/psr7/issues", |
|
|
|
"source": "https://github.com/guzzle/psr7/tree/1.9.1" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://github.com/GrahamCampbell", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/Nyholm", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2023-04-17T16:00:37+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/auth", |
|
|
@ -2191,16 +2238,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/http-message", |
|
|
|
"version": "1.0", |
|
|
|
"version": "1.0.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/php-fig/http-message.git", |
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -2228,6 +2275,7 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Common interface for HTTP messages", |
|
|
|
"homepage": "https://github.com/php-fig/http-message", |
|
|
|
"keywords": [ |
|
|
|
"http", |
|
|
|
"http-message", |
|
|
@ -2236,7 +2284,10 @@ |
|
|
|
"request", |
|
|
|
"response" |
|
|
|
], |
|
|
|
"time": "2015-05-04T20:22:00+00:00" |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/php-fig/http-message/tree/master" |
|
|
|
}, |
|
|
|
"time": "2016-08-06T14:39:51+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/log", |
|
|
@ -2276,6 +2327,50 @@ |
|
|
|
], |
|
|
|
"time": "2012-12-21T11:40:51+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ralouphie/getallheaders", |
|
|
|
"version": "2.0.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/ralouphie/getallheaders.git", |
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", |
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~3.7.0", |
|
|
|
"satooshi/php-coveralls": ">=1.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"src/getallheaders.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Ralph Khattar", |
|
|
|
"email": "ralph.khattar@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "A polyfill for getallheaders.", |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues", |
|
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/2.0.5" |
|
|
|
}, |
|
|
|
"time": "2016-02-11T07:05:27+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/console", |
|
|
|
"version": "v2.7.9", |
|
|
@ -4074,5 +4169,5 @@ |
|
|
|
"php": ">=5.5.9" |
|
|
|
}, |
|
|
|
"platform-dev": [], |
|
|
|
"plugin-api-version": "2.1.0" |
|
|
|
"plugin-api-version": "2.3.0" |
|
|
|
} |