fix(deps): update dependency laravel/tinker to v3
All checks were successful
Tests / validate-composer (pull_request) Successful in 10s
Tests / build-npm (pull_request) Successful in 23s
Tests / phpcs (pull_request) Successful in 34s
Tests / phpstan (pull_request) Successful in 52s
Tests / tests (pull_request) Successful in 1m25s

This commit is contained in:
Renovate
2026-04-14 16:13:19 +00:00
parent 00331f15cf
commit 7c238dc516
2 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
"php": "^8.4",
"ext-xmlreader": "*",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"laravel/tinker": "^3.0.0",
"ramsey/uuid": "^4.9",
"tpetry/laravel-postgresql-enhanced": "^3.5",
"ext-libxml": "*"

14
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "df024b2432c19a6f3c3a80d4c3951cb1",
"content-hash": "e101f5d08430323f617c8ee0da366098",
"packages": [
{
"name": "brick/math",
@@ -1550,16 +1550,16 @@
},
{
"name": "laravel/tinker",
"version": "v2.11.0",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
"reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468"
"reference": "eaa762692fda3c8b7caae5121897adf85d94ca33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/3d34b97c9a1747a81a3fde90482c092bd8b66468",
"reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468",
"url": "https://api.github.com/repos/laravel/tinker/zipball/eaa762692fda3c8b7caae5121897adf85d94ca33",
"reference": "eaa762692fda3c8b7caae5121897adf85d94ca33",
"shasum": ""
},
"require": {
@@ -1610,9 +1610,9 @@
],
"support": {
"issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v2.11.0"
"source": "https://github.com/laravel/tinker/tree/v3.0.1"
},
"time": "2025-12-19T19:16:45+00:00"
"time": "2026-02-10T18:46:04+00:00"
},
{
"name": "league/commonmark",