Skip to content

Bump the php-dependencies group with 6 updates #1297

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

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps the php-dependencies group with 6 updates:

Package From To
codeat3/blade-simple-icons 6.12.1 6.15.0
intervention/image 3.11.2 3.11.3
laravel/horizon 5.32.0 5.32.1
laravel/socialite 5.20.0 5.21.0
symfony/http-client 7.2.4 7.3.0
symfony/mailgun-mailer 7.2.0 7.3.0

Updates codeat3/blade-simple-icons from 6.12.1 to 6.15.0

Release notes

Sourced from codeat3/blade-simple-icons's releases.

6.15.0

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.14.0...6.15.0

6.14.0

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.13.0...6.14.0

6.13.0

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.12.3...6.13.0

6.12.3

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.12.2...6.12.3

6.12.2

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.12.1...6.12.2

Changelog

Sourced from codeat3/blade-simple-icons's changelog.

6.15.0 - 2025-05-27

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.14.0...6.15.0

6.14.0 - 2025-05-27

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.13.0...6.14.0

6.13.0 - 2025-05-27

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.12.3...6.13.0

6.12.3 - 2025-05-27

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.12.2...6.12.3

6.12.2 - 2025-05-27

What's Changed

Full Changelog: codeat3/blade-simple-icons@6.12.1...6.12.2

Commits
  • f3e4b4b auto-update: update icons with the latest commit cbd11d19129e6240887a1480f36a...
  • 837f0bf Update CHANGELOG
  • cb1bbd7 auto-update: update icons with the latest commit 059d2aae284b6b057b13484f27eb...
  • e2669d9 Update CHANGELOG
  • ab4f6ce auto-update: update icons with the latest commit 86885c2ea298cf18e6f41a56ace5...
  • 9a35356 Update CHANGELOG
  • 0029779 auto-update: update icons with the latest commit 0aee803e13c769266fbe97b2a67b...
  • 20fc814 Update CHANGELOG
  • 19535a2 auto-update: update icons with the latest commit 07fff803fe601ec248ac24c3b545...
  • 6e39106 auto-update: update icons with the latest commit 155fa96c01c38c9e8985ef0ee890...
  • Additional commits viewable in compare view

Updates intervention/image from 3.11.2 to 3.11.3

Release notes

Sourced from intervention/image's releases.

3.11.3

What's Changed

Full Changelog: Intervention/image@3.11.2...3.11.3

Commits

Updates laravel/horizon from 5.32.0 to 5.32.1

Release notes

Sourced from laravel/horizon's releases.

v5.32.1

Changelog

Sourced from laravel/horizon's changelog.

v5.32.1 - 2025-05-19

Commits

Updates laravel/socialite from 5.20.0 to 5.21.0

Release notes

Sourced from laravel/socialite's releases.

v5.21.0

Changelog

Sourced from laravel/socialite's changelog.

v5.21.0 - 2025-05-19

Commits

Updates symfony/http-client from 7.2.4 to 7.3.0

Release notes

Sourced from symfony/http-client's releases.

v7.3.0

Changelog (symfony/http-client@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/http-client@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/http-client@v7.2.6...v7.3.0-BETA1)

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.3

  • Add IPv6 support to NativeHttpClient
  • Allow using HTTP/3 with the CurlHttpClient

7.2

  • Add support for amphp/http-client v5 on PHP 8.4+

7.1

  • Add HttpOptions::setHeader() to add or replace a single header
  • Allow mocking start_time info in MockResponse
  • Add MockResponse::fromFile() and JsonMockResponse::fromFile() methods to help using fixtures files
  • Add ThrottlingHttpClient to enable limiting the number of requests within a certain period
  • Deprecate the setLogger() methods of the NoPrivateNetworkHttpClient, TraceableHttpClient and ScopingHttpClient classes, configure the logger of the wrapped clients directly instead

7.0

  • Remove implementing Http\Message\RequestFactory from HttplugClient

6.4

  • Add HarFileResponseFactory testing utility, allow to replay responses from .har files
  • Add max_retries option to RetryableHttpClient to adjust the retry logic on a per request level
  • Add PingWehookMessage and PingWebhookMessageHandler
  • Enable using EventSourceHttpClient::connect() for both GET and POST

6.3

  • Add option crypto_method to set the minimum TLS version and make it default to v1.2
  • Add UriTemplateHttpClient to use URI templates as specified in the RFC 6570
  • Add ServerSentEvent::getArrayData() to get the Server-Sent Event's data decoded as an array when it's a JSON payload
  • Allow array of urls as base_uri option value in RetryableHttpClient to retry on a new url each time
  • Add JsonMockResponse, a MockResponse shortcut that automatically encodes the passed body to JSON and sets the content type to application/json by default
  • Support file uploads by nesting resource streams in option "body"

6.2

  • Make HttplugClient implement Psr\Http\Message\RequestFactoryInterface, StreamFactoryInterface and UriFactoryInterface

... (truncated)

Commits
  • 57e4fb8 bug #60295 [HttpClient] do not lose response information when truncating the ...
  • 3becd20 align the type to the one in the human description
  • 7d5c652 do not lose response information when truncating the debug buffer
  • 622e6b4 minor #60243 [Cache][EventDispatcher][HttpClient][HttpKernel][Messenger][Vali...
  • 9c041e5 Don't enable tracing unless the profiler is enabled
  • 839d9d4 [HttpClient] Improve memory consumption
  • 02a2e8b Merge branch '7.2' into 7.3
  • 551c526 Merge branch '7.2' into 7.3
  • b969dae Merge branch '7.2' into 7.3
  • ba1b4a9 Merge branch '7.2' into 7.3
  • Additional commits viewable in compare view

Updates symfony/mailgun-mailer from 7.2.0 to 7.3.0

Release notes

Sourced from symfony/mailgun-mailer's releases.

v7.3.0

Changelog (symfony/mailgun-mailer@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/mailgun-mailer@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/mailgun-mailer@v7.2.6...v7.3.0-BETA1)

  • no significant changes
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the php-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [codeat3/blade-simple-icons](https://github.com/codeat3/blade-simple-icons) | `6.12.1` | `6.15.0` |
| [intervention/image](https://github.com/Intervention/image) | `3.11.2` | `3.11.3` |
| [laravel/horizon](https://github.com/laravel/horizon) | `5.32.0` | `5.32.1` |
| [laravel/socialite](https://github.com/laravel/socialite) | `5.20.0` | `5.21.0` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.2.4` | `7.3.0` |
| [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) | `7.2.0` | `7.3.0` |


Updates `codeat3/blade-simple-icons` from 6.12.1 to 6.15.0
- [Release notes](https://github.com/codeat3/blade-simple-icons/releases)
- [Changelog](https://github.com/codeat3/blade-simple-icons/blob/main/CHANGELOG.md)
- [Commits](codeat3/blade-simple-icons@6.12.1...6.15.0)

Updates `intervention/image` from 3.11.2 to 3.11.3
- [Release notes](https://github.com/Intervention/image/releases)
- [Commits](Intervention/image@3.11.2...3.11.3)

Updates `laravel/horizon` from 5.32.0 to 5.32.1
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](laravel/horizon@v5.32.0...v5.32.1)

Updates `laravel/socialite` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/laravel/socialite/releases)
- [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md)
- [Commits](laravel/socialite@v5.20.0...v5.21.0)

Updates `symfony/http-client` from 7.2.4 to 7.3.0
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.3/CHANGELOG.md)
- [Commits](symfony/http-client@v7.2.4...v7.3.0)

Updates `symfony/mailgun-mailer` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/symfony/mailgun-mailer/releases)
- [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.3/CHANGELOG.md)
- [Commits](symfony/mailgun-mailer@v7.2.0...v7.3.0)

---
updated-dependencies:
- dependency-name: codeat3/blade-simple-icons
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: intervention/image
  dependency-version: 3.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/horizon
  dependency-version: 5.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/socialite
  dependency-version: 5.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: symfony/http-client
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: symfony/mailgun-mailer
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 30, 2025
@driesvints driesvints merged commit 74a395d into main Jun 1, 2025
2 checks passed
@driesvints driesvints deleted the dependabot/composer/php-dependencies-f95f236a3c branch June 1, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update php code
Development

Successfully merging this pull request may close these issues.

1 participant