mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 05:18:13 +01:00
parent
9833955af5
commit
fa6800da0e
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -1,4 +1,2 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: [Nyholm, GrahamCampbell]
|
github: [Nyholm, GrahamCampbell]
|
||||||
tidelift: "packagist/guzzlehttp/guzzle"
|
tidelift: "packagist/guzzlehttp/guzzle"
|
||||||
|
10
LICENSE
10
LICENSE
@ -1,4 +1,12 @@
|
|||||||
Copyright (c) 2011 Michael Dowling, https://github.com/mtdowling <mtdowling@gmail.com>
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2011 Michael Dowling <mtdowling@gmail.com>
|
||||||
|
Copyright (c) 2012 Jeremy Lindblom <jeremeamia@gmail.com>
|
||||||
|
Copyright (c) 2014 Graham Campbell <hello@gjcampbell.co.uk>
|
||||||
|
Copyright (c) 2015 Márk Sági-Kazár <mark.sagikazar@gmail.com>
|
||||||
|
Copyright (c) 2015 Tobias Schultze <webmaster@tubo-world.de>
|
||||||
|
Copyright (c) 2016 Tobias Nyholm <tobias.nyholm@gmail.com>
|
||||||
|
Copyright (c) 2016 George Mponos <gmponos@gmail.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -79,6 +79,14 @@ composer require guzzlehttp/guzzle
|
|||||||
[guzzle-7-docs]: http://docs.guzzlephp.org/en/latest/
|
[guzzle-7-docs]: http://docs.guzzlephp.org/en/latest/
|
||||||
|
|
||||||
|
|
||||||
|
## Security
|
||||||
|
|
||||||
|
If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see [Security Policy](https://github.com/guzzle/guzzle/security/policy) for more information.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more information.
|
||||||
|
|
||||||
## For Enterprise
|
## For Enterprise
|
||||||
|
|
||||||
Available as part of the Tidelift Subscription
|
Available as part of the Tidelift Subscription
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
"type": "library",
|
|
||||||
"description": "Guzzle is a PHP HTTP client library",
|
"description": "Guzzle is a PHP HTTP client library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"framework",
|
"framework",
|
||||||
@ -13,18 +12,42 @@
|
|||||||
"PSR-7",
|
"PSR-7",
|
||||||
"PSR-18"
|
"PSR-18"
|
||||||
],
|
],
|
||||||
"homepage": "http://guzzlephp.org/",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Graham Campbell",
|
||||||
|
"email": "hello@gjcampbell.co.uk",
|
||||||
|
"homepage": "https://github.com/GrahamCampbell"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Michael Dowling",
|
"name": "Michael Dowling",
|
||||||
"email": "mtdowling@gmail.com",
|
"email": "mtdowling@gmail.com",
|
||||||
"homepage": "https://github.com/mtdowling"
|
"homepage": "https://github.com/mtdowling"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Jeremy Lindblom",
|
||||||
|
"email": "jeremeamia@gmail.com",
|
||||||
|
"homepage": "https://github.com/jeremeamia"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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",
|
"name": "Márk Sági-Kazár",
|
||||||
"email": "mark.sagikazar@gmail.com",
|
"email": "mark.sagikazar@gmail.com",
|
||||||
"homepage": "https://sagikazarmark.hu"
|
"homepage": "https://github.com/sagikazarmark"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tobias Schultze",
|
||||||
|
"email": "webmaster@tubo-world.de",
|
||||||
|
"homepage": "https://github.com/Tobion"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
@ -51,6 +74,7 @@
|
|||||||
"psr/log": "Required for using the Log middleware"
|
"psr/log": "Required for using the Log middleware"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
"preferred-install": "dist",
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user