1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-19 15:45:23 +01:00

3567 Commits

Author SHA1 Message Date
Mark Sagi-Kazar
e06e3fbda5
Use common issue templates 2019-12-21 17:34:59 +01:00
Mponos George
b8310d23c8
Merge pull request #2483 from gmponos/merge650-to-master
Merge 6.5 to master
2019-12-21 17:00:23 +02:00
Mponos George
eff6dbb7a3 Remove extra line 2019-12-21 12:03:23 +02:00
Mponos George
70bdcbd55f Merge 6.5 2019-12-21 11:59:02 +02:00
Mponos George
74d5d12be4 Merge remote-tracking branch 'guzzle/master' into merge650-to-master 2019-12-21 11:57:38 +02:00
Mponos George
dd9297d7a3
remove unused imports (#2479) 2019-12-21 11:00:58 +02:00
Tobias Nyholm
0274c05370 Prepare CHANGELOG for 6.5.1 (#2481) 6.5.1 2019-12-21 10:51:15 +02:00
Tobias Nyholm
be1eb5c04b
Merge pull request #2480 from guzzle/composer-normalize
Composer normalize
2019-12-21 09:40:08 +01:00
Mponos George
e3fbd83f67 Update extensions to include intl (#2478) 2019-12-21 09:37:27 +01:00
Mponos George
ece8392e00 Be strict about array_replace that may return null (#2471)
* Be strict about array_replace that may return null

* revert cs changes
2019-12-21 09:36:23 +01:00
Mponos George
45b360e8cb Fixes from typehints of the code (#2466)
* Fixes from typehints of the code

* Remove ignored errors from baseline

* Fix the error thrown by phpstan

* Update code base on typehints

* Fix codestyle issues

* Revert some changes on baseline

* Added more return types and typehints to functions

* Remove a wrong typehint on a function

* Fix phpstan
2019-12-21 09:31:26 +01:00
Mponos George
d824c1d19e Remove deprecated request options (#2464)
* Remove deprecated request options

* Fix failing tests because of removed option

* Remove not needed tests for deprecated options
2019-12-21 09:17:23 +01:00
Mark Sagi-Kazar
ea074ae5a9
Fix typo 2019-12-20 13:19:42 +01:00
Mark Sagi-Kazar
3ef9aae6f2
Merge roave bc and checks 2019-12-20 13:18:52 +01:00
Mark Sagi-Kazar
2b1b792f7f
Add github actions check for composer normalization 2019-12-20 13:14:40 +01:00
Mark Sagi-Kazar
7fac283d34
Normalize composer 2019-12-20 13:14:15 +01:00
Mark Sagi-Kazar
0ccbbb3ad7
Install composer normalize 2019-12-20 12:58:44 +01:00
Márk Sági-Kazár
283a72430a
Merge pull request #2424 from gmponos/issue#2423
Add IDN support for redirects also
2019-12-20 12:43:35 +01:00
Márk Sági-Kazár
6ff11aba00
Merge pull request #2477 from GrahamCampbell/patch-1
Use PHP 7.4 stable on travis
2019-12-20 04:42:45 +01:00
Graham Campbell
4bd2d3383b
Use PHP 7.4 stable on travis 2019-12-20 00:17:39 +00:00
Márk Sági-Kazár
64417d9a62
Merge pull request #2475 from alexeyshockov/patch-1
README refresh
2019-12-19 23:06:59 +01:00
Tyson Andre
6f0fbb9747 Remove an impossible condition (#2476)
The param type hint ensures the value is always a string inside the
method.
2019-12-19 22:49:37 +02:00
Alexey Shokov
3e9d6e2087
Refreshed README 2019-12-19 12:34:47 +04:00
Mponos George
10eaff132f
Merge pull request #2460 from jonnott/patch-1
fix dash underline for idn_conversion
2019-12-19 00:23:14 +02:00
Mponos George
1162378878 Fix forgotten conflicts 2019-12-18 16:14:31 +02:00
Mponos George
ed78a6e779 merged with 6.5 2019-12-18 16:12:28 +02:00
Mponos George
a5a84c36d4 Resolved conflicts with 6.5 2019-12-18 15:57:52 +02:00
Márk Sági-Kazár
2eda2b9c75
Merge pull request #2454 from alexeyshockov/idn-conversion-fix
Better defaults for PHP installations with old ICU lib
2019-12-18 14:24:05 +01:00
Márk Sági-Kazár
fc34aad804
Merge pull request #2467 from jaikdean/fix-docblock-types-6.5
Fix documented return type for Pool::promise() and Client::__call()
2019-12-18 14:20:47 +01:00
Márk Sági-Kazár
bd15428b2f
Merge pull request #2468 from jonnott/patch-2
fix dash underline for idn_conversion
2019-12-18 14:19:55 +01:00
Jonny Nott
b372406562
fix dash underline for idn_conversion
...so it actually shows up as a section in the docfile
2019-12-17 08:34:44 +00:00
Jaik Dean
62881ec7dc Update phpstan baseline 2019-12-16 14:49:41 +00:00
Jaik Dean
b751abd946 Add use statements for PromiseInterface returns 2019-12-16 14:45:18 +00:00
Jaik Dean
4703d969ea Fix return type for GuzzleHttp\Pool::promise() 2019-12-16 13:39:11 +00:00
Márk Sági-Kazár
b8c420c86d
Merge pull request #2465 from gmponos/more-deprecations-phpunit
Remove more deprecations from phpunit
2019-12-15 16:24:37 +01:00
Mponos George
7327c8a315 Remove more deprecations from phpunit 2019-12-15 17:02:18 +02:00
Mponos George
d56612f41d Revert a check that is not needed 2019-12-15 10:08:06 +02:00
Jonny Nott
04a4b41967
fix dash underline for idn_conversion
...so it actually show in docs
2019-12-13 23:48:21 +00:00
Alexey Shokov
6a8a624477
Faster PHP version comparison
Co-Authored-By: Brandon Kelly <brandon@pixelandtonic.com>
2019-12-12 21:05:07 +04:00
Alexey Shokov
c63379edaa
Better defaults for PHP installations with old ICU lib 2019-12-12 15:04:43 +04:00
Tobias Nyholm
291bf2a676
Fixed native_function_invocation CS (#2444) 2019-12-11 22:15:25 +01:00
Mponos George
49f515cde7 Use SAPI constant and enforce it through php-cs-fixer (#2450) 2019-12-11 21:48:21 +01:00
Mponos George
92d3e04ace Added return types to many anonymous functions (#2449)
* Added return types to many anonymous functions

* Fix the failign ci

* Fix failing ci

* Update HandlerStack.php
2019-12-11 21:46:55 +01:00
Mponos George
f2807491d4 Fix idn according to suggestions from review 2019-12-11 20:32:35 +02:00
Mponos George
19964371e8 Fix issue 2423 and issue 2448 2019-12-11 19:52:13 +02:00
Tobias Nyholm
3d9079b5c3
Added type annotation (#2442)
* Added type annotation for Client

* Added annotations for cookie

* Annotations for exceptions

* Adding more annotations

* Added annotation of the rest

* cs
2019-12-10 08:40:26 +01:00
Tobias Nyholm
b7455b541d
Move php-http/client-integration-tests to require-dev (#2445) 2019-12-08 21:18:03 +01:00
Tobias Nyholm
6d6d4563e8
Remove UriTemplate (#2440) 2019-12-08 21:04:12 +01:00
Tobias Nyholm
4723e9dfb8
Added integration tests for PSR-18 (#2437) 2019-12-08 20:55:00 +01:00
Kevin Laude
b98b025d47 Fix describe_type()'s test when Xdebug is loaded (#1843)
* Fix describe_type() test when Xdebug is loaded

Xdebug's overloaded var_dump() may generate different output from the
built-in var_dump(), causing this test to fail. Temporarily disable
Xdebug's var_dump() during this test.

* try/finally
2019-12-08 20:44:14 +01:00