[renovate-composer]: upgrade laravel/framework - 12.50.0 → 12.52.0 #17

Open
renovate_bot wants to merge 1 commits from renovate/laravel/framework-12.52.0 into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
laravel/framework (source) 12.50.012.52.0 age confidence

Release Notes

laravel/framework (laravel/framework)

v12.52.0

Compare Source

v12.51.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [laravel/framework](https://laravel.com) ([source](https://github.com/laravel/framework)) | `12.50.0` → `12.52.0` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/laravel%2fframework/12.52.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/laravel%2fframework/12.50.0/12.52.0?slim=true) | --- ### Release Notes <details> <summary>laravel/framework (laravel/framework)</summary> ### [`v12.52.0`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v12520---2026-02-17) [Compare Source](https://github.com/laravel/framework/compare/v12.51.0...v12.52.0) - \[12.x] Fix: `@return` in doc blocks by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58746](https://github.com/laravel/framework/pull/58746) - \[12.x] Ensure defer callbacks aren't discarded when using the sync queue by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58745](https://github.com/laravel/framework/pull/58745) - \[12.x] Refactor: remove `Arr::wrap()` and add `Collection::wrap()` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58748](https://github.com/laravel/framework/pull/58748) - Add support for `temporaryUploadUrl` to the `local` filesystem by [@&#8203;mnapoli](https://github.com/mnapoli) in [#&#8203;58499](https://github.com/laravel/framework/pull/58499) - Only merge cached casts for accessed attribute by [@&#8203;ug-christoph](https://github.com/ug-christoph) in [#&#8203;57627](https://github.com/laravel/framework/pull/57627) - \[12.x] Sort stan issue on PendingRequest by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58760](https://github.com/laravel/framework/pull/58760) - \[12.x] Update alphabetical order in facades.yml by [@&#8203;luisscruza](https://github.com/luisscruza) in [#&#8203;58757](https://github.com/laravel/framework/pull/58757) - \[12.x] allow string-based expressions for selectExpression() by [@&#8203;tpetry](https://github.com/tpetry) in [#&#8203;58753](https://github.com/laravel/framework/pull/58753) - Revert "\[12.x] Adjust freshTimestamp for SQL Server" by [@&#8203;calebdw](https://github.com/calebdw) in [#&#8203;58758](https://github.com/laravel/framework/pull/58758) - \[12.x] Fix return empty Collection for non-model JSON:API resources by [@&#8203;noir4y](https://github.com/noir4y) in [#&#8203;58752](https://github.com/laravel/framework/pull/58752) - \[12.x] Refactor: remove extra space by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58751](https://github.com/laravel/framework/pull/58751) - \[12.x] Standardize regex delimiter in ObserverMakeCommand::parseModel by [@&#8203;mohammadRezaei1380](https://github.com/mohammadRezaei1380) in [#&#8203;58777](https://github.com/laravel/framework/pull/58777) - \[12.x] Fix incorrect [@&#8203;return](https://github.com/return) type in VendorPublishCommand::publishTag by [@&#8203;mohammadRezaei1380](https://github.com/mohammadRezaei1380) in [#&#8203;58774](https://github.com/laravel/framework/pull/58774) - Fix phpdoc type in promptForMissingArgumentsUsing by [@&#8203;billypoke](https://github.com/billypoke) in [#&#8203;58768](https://github.com/laravel/framework/pull/58768) - \[12.x] cast `Batch::progress()` return value to `int` by [@&#8203;zjbarg](https://github.com/zjbarg) in [#&#8203;58767](https://github.com/laravel/framework/pull/58767) - \[12.x] Drop Collection import from `AbstractRouteCollection` by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58769](https://github.com/laravel/framework/pull/58769) - \[12.x] Fix missing InputArgument::IS\_ARRAY in getArguments PHPDoc by [@&#8203;kayw-geek](https://github.com/kayw-geek) in [#&#8203;58771](https://github.com/laravel/framework/pull/58771) - \[12.x] Fix: `@return` for `resolveResourceRelationshipIdentifiers()` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58764](https://github.com/laravel/framework/pull/58764) - \[12.x] `Mailable::later()` does not set delay on `SendQueuedMailable` instance by [@&#8203;amirhshokri](https://github.com/amirhshokri) in [#&#8203;58765](https://github.com/laravel/framework/pull/58765) - \[12.x] Refactor: use `enum_value()` helper for environment value extraction by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58785](https://github.com/laravel/framework/pull/58785) - \[12.x] Add delay support assertions for queued mailables by [@&#8203;amirhshokri](https://github.com/amirhshokri) in [#&#8203;58787](https://github.com/laravel/framework/pull/58787) - Fix MySQL connection string to use --ssl-mode=DISABLED for modern clients by [@&#8203;AJenbo](https://github.com/AJenbo) in [#&#8203;58786](https://github.com/laravel/framework/pull/58786) - \[12.x] Refactor: standardize regex by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58789](https://github.com/laravel/framework/pull/58789) - \[12.x] Allow $preserveKeys param for LazyCollection random by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58791](https://github.com/laravel/framework/pull/58791) - \[12.x] Refactor: `new Collection()` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58793](https://github.com/laravel/framework/pull/58793) - \[12.x] Add `makeMany` method to Factory by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58795](https://github.com/laravel/framework/pull/58795) - \[12.x] Add `withoutAfterMaking()` and `withoutAfterCreating()` factory helpers by [@&#8203;ziadoz](https://github.com/ziadoz) in [#&#8203;58794](https://github.com/laravel/framework/pull/58794) - \[12.x] Backport withMiddleware changes from 13.x by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58798](https://github.com/laravel/framework/pull/58798) - \[12.x] Fix: add `|array` in doc block by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58805](https://github.com/laravel/framework/pull/58805) - \[12.x] Add option to opt out of parallel safe cache prefix by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58801](https://github.com/laravel/framework/pull/58801) - \[12.x] Normalize Throwable docblocks to fully-qualified name by [@&#8203;amirhshokri](https://github.com/amirhshokri) in [#&#8203;58802](https://github.com/laravel/framework/pull/58802) - \[12.x] Refactor: remove unnecessary `\BackedEnum` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58807](https://github.com/laravel/framework/pull/58807) - Use atomic writes when creating inline Blade component views by [@&#8203;cyppe](https://github.com/cyppe) in [#&#8203;58815](https://github.com/laravel/framework/pull/58815) - \[12.x] Add missing tests for Request::fullUrlWithoutQuery by [@&#8203;miladev95](https://github.com/miladev95) in [#&#8203;58814](https://github.com/laravel/framework/pull/58814) - Improve File::toKilobytes() DocBlock return type by [@&#8203;Amirhf1](https://github.com/Amirhf1) in [#&#8203;58811](https://github.com/laravel/framework/pull/58811) - Use atomic writes in BladeCompiler to prevent race condition by [@&#8203;cyppe](https://github.com/cyppe) in [#&#8203;58812](https://github.com/laravel/framework/pull/58812) - \[12.x] Refactor: add `JSON decoded` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58830](https://github.com/laravel/framework/pull/58830) - \[12.x] Refactor: add missing `@throws` tag in dock block by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58829](https://github.com/laravel/framework/pull/58829) - \[12.x] Formatting by [@&#8203;amirhshokri](https://github.com/amirhshokri) in [#&#8203;58828](https://github.com/laravel/framework/pull/58828) - \[12x]Refactor: remove unnecessary \BackedEnum in HasAttributes.php by [@&#8203;mohammadRezaei1380](https://github.com/mohammadRezaei1380) in [#&#8203;58827](https://github.com/laravel/framework/pull/58827) - \[12x] Refactor conditional message formatting using match expression by [@&#8203;mohammadRezaei1380](https://github.com/mohammadRezaei1380) in [#&#8203;58825](https://github.com/laravel/framework/pull/58825) - \[12.x] Refactor: use `match` expression by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58824](https://github.com/laravel/framework/pull/58824) - \[12.x] Simplify `compileSelect` method return by [@&#8203;amirhshokri](https://github.com/amirhshokri) in [#&#8203;58821](https://github.com/laravel/framework/pull/58821) - \[12.x] Refactor: simplify code by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58820](https://github.com/laravel/framework/pull/58820) - \[12.x] Refactor: remove unnecessary `\BackedEnum` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58818](https://github.com/laravel/framework/pull/58818) - \[12.x] Ensure HttpClientTest doesnt flake in Windows CI by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58817](https://github.com/laravel/framework/pull/58817) - \[12.x] Refactor: `JSON decoded` to `decoded JSON` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58849](https://github.com/laravel/framework/pull/58849) - \[12.x] Allow closure parameters in docblock for when() helper function by [@&#8203;gazben](https://github.com/gazben) in [#&#8203;58862](https://github.com/laravel/framework/pull/58862) - \[12.x] Fix typo in cache `composer.json` by [@&#8203;amirhshokri](https://github.com/amirhshokri) in [#&#8203;58875](https://github.com/laravel/framework/pull/58875) - \[12.x] Remove unnecessary `forgetDriver()`from TestCaches by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58878](https://github.com/laravel/framework/pull/58878) - Revert "\[12.x] Fixed precision checks for column types in SQL Server grammar" by [@&#8203;taylorotwell](https://github.com/taylorotwell) in [#&#8203;58888](https://github.com/laravel/framework/pull/58888) - \[12.x] Display closures and standalone functions correctly in exception trace by [@&#8203;avosalmon](https://github.com/avosalmon) in [#&#8203;58879](https://github.com/laravel/framework/pull/58879) ### [`v12.51.0`](https://github.com/laravel/framework/blob/HEAD/CHANGELOG.md#v12510---2026-02-10) [Compare Source](https://github.com/laravel/framework/compare/v12.50.0...v12.51.0) - Remove type hint in favor of return type by [@&#8203;WendellAdriel](https://github.com/WendellAdriel) in [#&#8203;58621](https://github.com/laravel/framework/pull/58621) - \[12.x] Adjust freshTimestamp for SQL Server by [@&#8203;aimeos](https://github.com/aimeos) in [#&#8203;58614](https://github.com/laravel/framework/pull/58614) - \[12.x] Handle binary data in Js::encode() debug renderer by [@&#8203;denis-chmel](https://github.com/denis-chmel) in [#&#8203;58618](https://github.com/laravel/framework/pull/58618) - \[12.x] Add ArrayObject props to AsEncryptedArrayObject to match AsArrayObject by [@&#8203;AndrewMast](https://github.com/AndrewMast) in [#&#8203;58619](https://github.com/laravel/framework/pull/58619) - fix: Arr::wrap() return type by [@&#8203;calebdw](https://github.com/calebdw) in [#&#8203;58625](https://github.com/laravel/framework/pull/58625) - \[12.x] Fix typo in type definition by [@&#8203;shaedrich](https://github.com/shaedrich) in [#&#8203;58624](https://github.com/laravel/framework/pull/58624) - \[12.x] Prevent dupe locale checks in `Lang::get()` when locale matches fallback by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58626](https://github.com/laravel/framework/pull/58626) - \[12.x] chore: add deprecation to Request::get() by [@&#8203;calebdw](https://github.com/calebdw) in [#&#8203;58635](https://github.com/laravel/framework/pull/58635) - \[12.x] Fix Str::substrReplace for edge cases with negative offset or length by [@&#8203;jboonstra70](https://github.com/jboonstra70) in [#&#8203;58634](https://github.com/laravel/framework/pull/58634) - \[12.x] Refactor: improve doc blocks by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58630](https://github.com/laravel/framework/pull/58630) - \[12.x] Add BatchCancelled Event by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58627](https://github.com/laravel/framework/pull/58627) - \[12.x] Fix typo in type definition by [@&#8203;amirhshokri](https://github.com/amirhshokri) in [#&#8203;58638](https://github.com/laravel/framework/pull/58638) - \[12.x] Update `reload` tasks to include `schedule:interruption` by [@&#8203;adevade](https://github.com/adevade) in [#&#8203;58637](https://github.com/laravel/framework/pull/58637) - docs: add missing description to FilesystemAdapter::report() docblock by [@&#8203;eranishojha](https://github.com/eranishojha) in [#&#8203;58640](https://github.com/laravel/framework/pull/58640) - \[12.x] Allow closures for values in `firstOrCreate` and `createOrFirst` by [@&#8203;gcavanunez](https://github.com/gcavanunez) in [#&#8203;58639](https://github.com/laravel/framework/pull/58639) - \[12.x] Support `afterSending` method on notification by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in [#&#8203;58654](https://github.com/laravel/framework/pull/58654) - \[12.x] Allow Stringable::deduplicate() to accept array of characters by [@&#8203;Tresor-Kasenda](https://github.com/Tresor-Kasenda) in [#&#8203;58649](https://github.com/laravel/framework/pull/58649) - Update regex for trans\_choice to allow negative ranges by [@&#8203;hmazter](https://github.com/hmazter) in [#&#8203;58648](https://github.com/laravel/framework/pull/58648) - Added timeout method to query builder for MySQL by [@&#8203;Vladelis](https://github.com/Vladelis) in [#&#8203;58644](https://github.com/laravel/framework/pull/58644) - \[12.x] Add `assertJobs` method on `PendingBatchFake` by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in [#&#8203;58606](https://github.com/laravel/framework/pull/58606) - \[12.x] Fix batch counts when deleteWhenMissingModels skips missing model jobs by [@&#8203;yankewei](https://github.com/yankewei) in [#&#8203;58541](https://github.com/laravel/framework/pull/58541) - \[12.x] Fix Postgres sequence starting value for custom schemas/connections by [@&#8203;joteejotee](https://github.com/joteejotee) in [#&#8203;58199](https://github.com/laravel/framework/pull/58199) - \[12.x] Add `whenFails` and `whenPasses` methods on `Validator` by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in [#&#8203;58655](https://github.com/laravel/framework/pull/58655) - \[12.x] Bus::assertBatched() with array by [@&#8203;gdebrauwer](https://github.com/gdebrauwer) in [#&#8203;58659](https://github.com/laravel/framework/pull/58659) - \[12.x] Refactor: improve doc block by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58677](https://github.com/laravel/framework/pull/58677) - \[12.x] Add withoutHeader() method to Response by [@&#8203;miladev95](https://github.com/miladev95) in [#&#8203;58671](https://github.com/laravel/framework/pull/58671) - \[12.x] Add integer array key support in phpdocs by [@&#8203;dluague](https://github.com/dluague) in [#&#8203;58668](https://github.com/laravel/framework/pull/58668) - `Illuminate\Console\Parser` typehint fix. by [@&#8203;LastDragon-ru](https://github.com/LastDragon-ru) in [#&#8203;58670](https://github.com/laravel/framework/pull/58670) - fix: replace substr with mb\_substr for user agent encoding by [@&#8203;jonagoldman](https://github.com/jonagoldman) in [#&#8203;58703](https://github.com/laravel/framework/pull/58703) - chore: fix the Laravel ASCII SVG so that its characters perfectly align to columns by [@&#8203;markjaquith](https://github.com/markjaquith) in [#&#8203;58702](https://github.com/laravel/framework/pull/58702) - \[12.x] Allow retrieving all view data via viewData() in TestResponse by [@&#8203;shane-zeng](https://github.com/shane-zeng) in [#&#8203;58700](https://github.com/laravel/framework/pull/58700) - Exception page: fix pop in for non main frames by [@&#8203;martinpl](https://github.com/martinpl) in [#&#8203;58698](https://github.com/laravel/framework/pull/58698) - \[12.x] Add missing [@&#8203;throws](https://github.com/throws) annotations to validation rules and JsonResponse by [@&#8203;QDenka](https://github.com/QDenka) in [#&#8203;58697](https://github.com/laravel/framework/pull/58697) - \[12.x] Add conditional return type hint for Route::middleware() method. by [@&#8203;marcreichel](https://github.com/marcreichel) in [#&#8203;58699](https://github.com/laravel/framework/pull/58699) - \[12.x] Improved type hints for when() helper function. by [@&#8203;marcreichel](https://github.com/marcreichel) in [#&#8203;58696](https://github.com/laravel/framework/pull/58696) - \[12.x] Support Eloquent builders and relations as subqueries to update queries by [@&#8203;axlon](https://github.com/axlon) in [#&#8203;58692](https://github.com/laravel/framework/pull/58692) - Add cache prefix isolation for parallel testing ([#&#8203;57584](https://github.com/laravel/framework/issues/57584)) by [@&#8203;HeathNaylor](https://github.com/HeathNaylor) in [#&#8203;58691](https://github.com/laravel/framework/pull/58691) - Fix whereBetween to accept DatePeriod and handle missing end dates ([#&#8203;58092](https://github.com/laravel/framework/issues/58092)) by [@&#8203;HeathNaylor](https://github.com/HeathNaylor) in [#&#8203;58687](https://github.com/laravel/framework/pull/58687) - Fix Str::isUrl() returning false for single-char domain names ([#&#8203;58538](https://github.com/laravel/framework/issues/58538)) by [@&#8203;HeathNaylor](https://github.com/HeathNaylor) in [#&#8203;58686](https://github.com/laravel/framework/pull/58686) - Fix HTTP client response type hints for IDE compatibility ([#&#8203;58555](https://github.com/laravel/framework/issues/58555)) by [@&#8203;HeathNaylor](https://github.com/HeathNaylor) in [#&#8203;58684](https://github.com/laravel/framework/pull/58684) - Fix types for ConfirmableTrait::confirmToProceed by [@&#8203;rolfvandekrol](https://github.com/rolfvandekrol) in [#&#8203;58681](https://github.com/laravel/framework/pull/58681) - \[12.x] Refactor: simplify return with `??` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58679](https://github.com/laravel/framework/pull/58679) - \[12.x] Refactor: replace `header` / `headers` with standardized `header(s)` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58678](https://github.com/laravel/framework/pull/58678) - Add SSL cert/key support to MySQL schema dump and load ([#&#8203;57821](https://github.com/laravel/framework/issues/57821)) by [@&#8203;HeathNaylor](https://github.com/HeathNaylor) in [#&#8203;58690](https://github.com/laravel/framework/pull/58690) - Allow specifying Redis connection on Redis-based queue middleware by [@&#8203;markieo1](https://github.com/markieo1) in [#&#8203;58656](https://github.com/laravel/framework/pull/58656) - \[12.x] Use JS to create the Laravel ASCII SVG logo on the fly by [@&#8203;markjaquith](https://github.com/markjaquith) in [#&#8203;58719](https://github.com/laravel/framework/pull/58719) - \[12.x] Feat: add `orderByPivotDesc()` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58720](https://github.com/laravel/framework/pull/58720) - \[12.x] Refactor: add `@throws \InvalidArgumentException` to doc blocks by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58714](https://github.com/laravel/framework/pull/58714) - \[12.x] Restore original dispatcher bindings after precognitive request by [@&#8203;pindab0ter](https://github.com/pindab0ter) in [#&#8203;58716](https://github.com/laravel/framework/pull/58716) - \[12.x] Ensure throwIfStatus / throwUnlessStatus work for all status codes by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58724](https://github.com/laravel/framework/pull/58724) - Fix Queue::fake() not releasing unique job locks between tests ([#&#8203;58533](https://github.com/laravel/framework/issues/58533)) by [@&#8203;HeathNaylor](https://github.com/HeathNaylor) in [#&#8203;58718](https://github.com/laravel/framework/pull/58718) - \[12.x] Refactor: add `_` to more readability digit by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58738](https://github.com/laravel/framework/pull/58738) - \[12.x] Refactor: Clean up unused $config parameters in ConcurrencyManager by [@&#8203;alizadeh7091](https://github.com/alizadeh7091) in [#&#8203;58739](https://github.com/laravel/framework/pull/58739) - \[12.x] Refactor: use `Dumpable` by [@&#8203;alipowerful7](https://github.com/alipowerful7) in [#&#8203;58743](https://github.com/laravel/framework/pull/58743) - \[12.x] Update forever cookie factory docblock to reflect 400-day duration by [@&#8203;jackbayliss](https://github.com/jackbayliss) in [#&#8203;58744](https://github.com/laravel/framework/pull/58744) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40LjMiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate_bot added 1 commit 2026-02-17 17:10:07 +00:00
chore(deps): update dependency laravel/framework to v12.52.0
Some checks failed
Tests / phpcs (pull_request) Successful in 1m6s
Tests / tests (pull_request) Failing after 15s
Tests / phpstan (pull_request) Successful in 1m8s
Tests / validate-composer (pull_request) Successful in 12s
Tests / build-npm (pull_request) Successful in 36s
102a614546
Some checks failed
Tests / phpcs (pull_request) Successful in 1m6s
Tests / tests (pull_request) Failing after 15s
Tests / phpstan (pull_request) Successful in 1m8s
Tests / validate-composer (pull_request) Successful in 12s
Tests / build-npm (pull_request) Successful in 36s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/laravel/framework-12.52.0:renovate/laravel/framework-12.52.0
git checkout renovate/laravel/framework-12.52.0
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pohovor-public/ecomail-pohovor#17