Márk Sági-Kazár
578901eeb2
Merge pull request #2504 from guzzle/fix-issue-templates
...
Add global issue templates
2019-12-28 10:50:11 +01:00
Mark Sagi-Kazar
9b89a98d56
Add global issue templates
2019-12-28 10:49:49 +01:00
Márk Sági-Kazár
0f6b873ec5
Merge pull request #2503 from guzzle/update-ga
...
Update PHP action
2019-12-28 10:27:05 +01:00
Mark Sagi-Kazar
fd386ff491
Disable roave check for now
2019-12-28 10:17:44 +01:00
Mark Sagi-Kazar
7ddd1065d5
Update PHP action
2019-12-28 10:10:56 +01:00
Márk Sági-Kazár
e889719ced
Merge pull request #2493 from gmponos/request_exception_throwable
...
Widen the previous exception type using Throwable
2019-12-23 12:56:35 +01:00
Mponos George
f25256f660
Widen the previous exception type using throwable
2019-12-23 11:42:56 +02:00
Mark Sagi-Kazar
6d849f2b8e
Update gitattributes
2019-12-21 23:00:50 +01:00
Mark Sagi-Kazar
9b0f32e61f
Fix indentation
2019-12-21 22:56:50 +01:00
Mark Sagi-Kazar
9a561ccd1e
Rename php cs file
2019-12-21 22:50:57 +01:00
Mark Sagi-Kazar
5902d30604
Add missing extension lowest version build
2019-12-21 22:37:36 +01:00
Mark Sagi-Kazar
4156c3b869
Composer update
2019-12-21 22:37:08 +01:00
Mponos George
f36a012f31
Fix phpstan complains about false errors ( #2485 )
...
* Fix phpstan complains about false errors
* Revert - set cookie to throw exception on array_replace
* Add to baseline a false report about comparison
2019-12-21 22:20:05 +01:00
Mponos George
778445594f
Added visiblity to all constants and php-cs rule for visibility ( #2462 )
...
* Added visiblity to all constants
* Revert back to public some constants and added php-cs rule for visibility
2019-12-21 21:00:15 +01:00
Márk Sági-Kazár
140d45e526
Merge pull request #2486 from guzzle/remove-health-files
...
Use common issue templates
2019-12-21 20:52:53 +01:00
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