This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Releases: Astrotomic/laravel-guzzle
Releases · Astrotomic/laravel-guzzle
v2.4.0
What's Changed
- bump illuminate/support by @simonbuehler in #9
- fix composer normalize action by @Gummibeer in #11
- upgrade dependabot by @Gummibeer in #12
- Bump actions/cache from 2 to 3 by @dependabot in #13
- Bump actions/stale from 2.0.0 to 6.0.0 by @dependabot in #14
- Bump actions/checkout from 2 to 3.1.0 by @dependabot in #15
- Bump stefanzweifel/git-auto-commit-action from 4.0.0 to 4.15.0 by @dependabot in #16
- Bump shivammathur/setup-php from 1 to 2 by @dependabot in #17
- add php8.1 support by @Gummibeer in #10
New Contributors
- @simonbuehler made their first contribution in #9
- @dependabot made their first contribution in #13
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #5
- Bump PHP Version by @mstaack in #6
New Contributors
- @dependabot-preview made their first contribution in #5
- @mstaack made their first contribution in #6
Full Changelog: 2.2.0...2.3.0
2.2.0
2.1.0
2.0.0
- upgrade guide
- added
default_client
andclients
config keys - added
\Astrotomic\LaravelGuzzle\Factory
as new core of the package - changed
\Astrotomic\LaravelGuzzle\Facades\Guzzle
to pipe calls to the new factory - dropped
guzzle()
helper function - renamed service-provider from
LaravelGuzzleServiceProvider
toGuzzleServiceProvider