Bump laravel/framework from 9.50.2 to 9.51.0
Bumps laravel/framework from 9.50.2 to 9.51.0.
Release notes
Sourced from laravel/framework's releases.
v9.51.0
Added
- Added
Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount()
(#45932)- Added pending has-many-through and has-one-through builder (#45894)
- Added
Illuminate/Http/Client/PendingRequest::withUrlParameters()
(#45982)Fixed
- Fix: prevent duplicated content-type on HTTP client (#45960)
- Add missing php extensions in composer (#45941)
Changed
- Command schedule:work minor features: schedule:run output file & environment specific verbosity (#45949)
- Added missing self reserved word to reservedNames array in
Illuminate/Console/GeneratorCommand.php
(#46001)- pass value along to ttl callback in
Illuminate/Cache/Repository::remember()
(#46006)- Make sure the lock_connection is used for schedule's withoutOverlapping() (#45963)
Changelog
Sourced from laravel/framework's changelog.
v9.51.0 - 2023-02-07
Added
- Added
Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount()
(#45932)- Added pending has-many-through and has-one-through builder (#45894)
- Added
Illuminate/Http/Client/PendingRequest::withUrlParameters()
(#45982)Fixed
- Fix: prevent duplicated content-type on HTTP client (#45960)
- Add missing php extensions in composer (#45941)
Changed
- Command schedule:work minor features: schedule:run output file & environment specific verbosity (#45949)
- Added missing self reserved word to reservedNames array in
Illuminate/Console/GeneratorCommand.php
(#46001)- pass value along to ttl callback in
Illuminate/Cache/Repository::remember()
(#46006)- Make sure the lock_connection is used for schedule's withoutOverlapping() (#45963)
Commits
-
b811231
version -
e2e979f
[9.x] Make sure the lock_connection is used for schedule's withoutOverlapping... -
395f305
[9.x] pass value along to ttl callback (#46006) -
ba79d27
Add missing reserved word (#46001) -
b32fa54
[9.x] Remove deprecation warnings in test output (#45998) -
1f60081
Merge pull request #45991 from rbarden/duplicate-returns -
0583b4b
Removes duplicate returns in single relationship method -
9421fec
formatting -
a9d7400
Update facade docblocks -
6d279f6
[9.x] Add uri templates toHttp
client (#45982) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts