Created
January 12, 2023 18:24
-
-
Save medeirosinacio/0761deee7dee2a4acf0307202775c324 to your computer and use it in GitHub Desktop.
example.json
This file contains hidden or 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/guzzle", "description": "Guzzle is a PHP HTTP client library", "keywords": [ "framework", "http", "rest", "web service", "curl", "client", "HTTP client", "PSR-7", "PSR-18" ], "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": "Jeremy Lindblom", "email": "[email protected]", "homepage": "https://github.com/jeremeamia"}, {"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"} ], "require": {"php": "^7.2.5 || ^8.0", "ext-json": "*", "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.9 || ^2.4", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0"}, "provide": {"psr/http-client-implementation": "1.0"}, "require-dev": {"ext-curl": "*", "bamarni/composer-bin-plugin": "^1.8.1", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0"}, "suggest": {"ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware"}, "config": {"allow-plugins": {"bamarni/composer-bin-plugin": true}, "preferred-install": "dist", "sort-packages": true}, "extra": {"bamarni-bin": {"bin-links": true, "forward-command": false}, "branch-alias": {"dev-master": "7.5-dev"}}, "autoload": {"psr-4": {"GuzzleHttp\\": "src/"}, "files": [ "src/functions_include.php" ]}, "autoload-dev": {"psr-4": {"GuzzleHttp\\Tests\\": "tests/"}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment