Created
March 21, 2022 20:44
-
-
Save ao5357/69399e76662dab44c41202f39dc63e0b to your computer and use it in GitHub Desktop.
Manually patch guzzlehttp/psr7 to 1.8.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "guzzlehttp/psr7", | |
"version": "1.8.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", | |
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0", | |
"psr/http-message": "~1.0", | |
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" | |
}, | |
"provide": { | |
"psr/http-message-implementation": "1.0" | |
}, | |
"require-dev": { | |
"ext-zlib": "*", | |
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" | |
}, | |
"suggest": { | |
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.7-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"src/functions_include.php" | |
], | |
"psr-4": { | |
"GuzzleHttp\\Psr7\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Graham Campbell", | |
"email": "[email protected]", | |
"homepage": "https://github.com/GrahamCampbell" | |
}, | |
{ | |
"name": "Michael Dowling", | |
"email": "[email protected]", | |
"homepage": "https://github.com/mtdowling" | |
}, | |
{ | |
"name": "George Mponos", | |
"email": "[email protected]", | |
"homepage": "https://github.com/gmponos" | |
}, | |
{ | |
"name": "Tobias Nyholm", | |
"email": "[email protected]", | |
"homepage": "https://github.com/Nyholm" | |
}, | |
{ | |
"name": "Márk Sági-Kazár", | |
"email": "[email protected]", | |
"homepage": "https://github.com/sagikazarmark" | |
}, | |
{ | |
"name": "Tobias Schultze", | |
"email": "[email protected]", | |
"homepage": "https://github.com/Tobion" | |
} | |
], | |
"description": "PSR-7 message implementation that also provides common utility methods", | |
"keywords": [ | |
"http", | |
"message", | |
"psr-7", | |
"request", | |
"response", | |
"stream", | |
"uri", | |
"url" | |
], | |
"support": { | |
"issues": "https://github.com/guzzle/psr7/issues", | |
"source": "https://github.com/guzzle/psr7/tree/1.8.5" | |
}, | |
"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": "2021-10-05T13:56:00+00:00" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment