10000 [HttpClient] Add support for amphp/http-client v5 by nicolas-grekas · Pull Request #43 · nicolas-grekas/symfony · GitHub
[go: up one dir, main page]

Skip to content

[HttpClient] Add support for amphp/http-client v5 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 46 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7e62355
chore: simplify PHP CS Fixer config
keradus Feb 26, 2024
c24e3e7
[Validator] Simplify `NoSuspiciousCharactersValidator`
MatTheCat Feb 26, 2024
f8611cf
minor #54062 [Validator] Simplify `NoSuspiciousCharactersValidator` (…
nicolas-grekas Feb 27, 2024
dfb41cd
[Mailer][Brevo] Remove tags from mandatory event arguments
palgalik Feb 27, 2024
182e93e
bug #54089 [Mailer] [Brevo] Remove tags from mandatory event argument…
fabpot Feb 28, 2024
9407a1b
[HttpClient] Fix deprecation on PHP 8.3
nicolas-grekas Feb 28, 2024
3a02e21
minor #54073 chore: simplify PHP CS Fixer config (keradus)
fabpot Feb 29, 2024
bb7c711
bug #54102 [HttpClient] Fix deprecation on PHP 8.3 (nicolas-grekas)
derrabus Feb 29, 2024
ae16b2d
[AssetMapper] Fix `JavaScriptImportPathCompiler` regression in regex
PhilETaylor Feb 27, 2024
91278da
bug #54079 [AssetMapper] Fix `JavaScriptImportPathCompiler` regressio…
nicolas-grekas Feb 29, 2024
5f959e2
Remove undefined variable
smnandre Mar 1, 2024
0478d54
[Clock] Add PHPUnit 10 attributes
ruudk Mar 1, 2024
ff08e9e
bug #54129 [Clock] Add attributes to support PHPUnit 10 + 11 (ruudk)
nicolas-grekas Mar 1, 2024
4155f66
[Security][Tests] Update functional tests to better reflect end-user …
llupa Feb 27, 2024
1f386a3
minor #54086 [Security][Tests] Update functional tests to better refl…
chalasr Mar 1, 2024
a184a18
Merge branch '5.4' into 6.4
wouterj Mar 2, 2024
e770fba
Merge branch '6.4' into 7.0
wouterj Mar 2, 2024
9482c97
Merge branch '7.0' into 7.1
wouterj Mar 2, 2024
9af1f34
[AssetMapper] Deprecate unused method `splitPackageNameAndFilePath`
smnandre Mar 1, 2024
31a9b35
feature #54125 [AssetMapper] Deprecate unused method `splitPackageNam…
fabpot Mar 2, 2024
4d120b8
[HttpClient] Preserve float in JsonMockResponse
Jibbarth Mar 4, 2024
24cf1eb
minor #54122 [AssetMapper] Remove undefined $path variable (smnandre)
fabpot Mar 4, 2024
2333b58
[AssetMapper] Throw exception in Javascript compiler when PCRE error
smnandre Feb 29, 2024
5f78910
bug #54113 [AssetMapper] Throw exception in Javascript compiler when …
fabpot Mar 4, 2024
3c39c04
Merge branch '6.4' into 7.0
fabpot Mar 4, 2024
f208ca7
Merge branch '7.0' into 7.1
fabpot Mar 4, 2024
fdb0340
[Mailer] Simplify MailerTestCommand
lyrixx Feb 29, 2024
9d6ee30
minor #54110 [Mailer] Simplify MailerTestCommand (lyrixx)
fabpot Mar 4, 2024
9b03f27
Update CHANGELOG for 5.4.37
fabpot Mar 4, 2024
8d1867d
Update CONTRIBUTORS for 5.4.37
fabpot Mar 4, 2024
3e40319
Update VERSION for 5.4.37
fabpot Mar 4, 2024
3f8d2f1
Merge pull request #54157 from fabpot/release-5.4.37
fabpot Mar 4, 2024
2ed7af7
Bump Symfony version to 5.4.38
fabpot Mar 4, 2024
b9da773
Update CHANGELOG for 6.4.5
fabpot Mar 4, 2024
e394573
Update VERSION for 6.4.5
fabpot Mar 4, 2024
86b66dc
Merge pull request #54158 from fabpot/release-6.4.5
fabpot Mar 4, 2024
75bafd2
Bump Symfony version to 6.4.6
fabpot Mar 4, 2024
47d722b
Update CHANGELOG for 7.0.5
fabpot Mar 4, 2024
f3ecda4
Update VERSION for 7.0.5
fabpot Mar 4, 2024
aa77387
Merge pull request #54159 from fabpot/release-7.0.5
fabpot Mar 4, 2024
cdb3fdd
Bump Symfony version to 7.0.6
fabpot Mar 4, 2024
f5b5e14
Merge branch '5.4' into 6.4
derrabus Mar 5, 2024
0523300
bug #54146 [HttpClient] Preserve float in JsonMockResponse (Jibbarth)
derrabus Mar 5, 2024
e37f57b
Merge branch '6.4' into 7.0
derrabus Mar 5, 2024
b982c71
Merge branch '7.0' into 7.1
derrabus Mar 5, 2024
dac2ea7
[HttpClient] Add support for amphp/http-client v5
nicolas-grekas May 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: simplify PHP CS Fixer config
requires ^3.50 of Fixer
  • Loading branch information
keradus authored Feb 26, 2024
commit 7e62355d3209517ac3e16b2a77a8b721405d79cf
9 changes: 0 additions & 9 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,8 @@
'@Symfony' => true,
'@Symfony:risky' => true,
'protected_to_private' => false,
'native_constant_invocation' => ['strict' => false],
'no_superfluous_phpdoc_tags' => [
'remove_inheritdoc' => true,
'allow_unused_params' => true, // for future-ready params, to be replaced with https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7377
],
'nullable_type_declaration_for_default_null_value' => true,
'header_comment' => ['header' => $fileHeaderComment],
'modernize_strpos' => true,
'get_class_to_class_keyword' => true,
'nullable_type_declaration' => true,
'ordered_types' => ['null_adjustment' => 'always_last', 'sort_algorithm' => 'none'],
'trailing_comma_in_multiline' => ['elements' => ['arrays', 'match', 'parameters']],
])
->setRiskyAllowed(true)
Expand Down
0