1 Commits

Author SHA1 Message Date
Renovate
376ad2c0cc fix(deps): update dependency laravel/framework to v13
Some checks failed
renovate/artifacts Artifact file update failure
Tests / validate-composer (pull_request) Failing after 22s
Tests / phpcs (pull_request) Failing after 11s
Tests / build-npm (pull_request) Successful in 39s
Tests / phpstan (pull_request) Failing after 9s
Tests / tests (pull_request) Failing after 18s
2026-07-07 16:20:59 +00:00
2 changed files with 26 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
"require": {
"php": "^8.4",
"ext-xmlreader": "*",
"laravel/framework": "^12.0",
"laravel/framework": "^13.0",
"laravel/tinker": "^3.0.0",
"ramsey/uuid": "^4.9",
"tpetry/laravel-postgresql-enhanced": "^3.5",

34
composer.lock generated
View File

@@ -7838,24 +7838,24 @@
},
{
"name": "phpunit/phpunit",
"version": "11.5.56",
"version": "11.5.53",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "5f83edffa6967c3db468d48a695ec7bcb02e9256"
"reference": "a997a653a82845f1240d73ee73a8a4e97e4b0607"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f83edffa6967c3db468d48a695ec7bcb02e9256",
"reference": "5f83edffa6967c3db468d48a695ec7bcb02e9256",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a997a653a82845f1240d73ee73a8a4e97e4b0607",
"reference": "a997a653a82845f1240d73ee73a8a4e97e4b0607",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-filter": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.13.4",
"phar-io/manifest": "^2.0.4",
@@ -7920,15 +7920,31 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.56"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.53"
},
"funding": [
{
"url": "https://phpunit.de/sponsoring.html",
"type": "other"
"url": "https://phpunit.de/sponsors.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
}
],
"time": "2026-07-06T14:52:39+00:00"
"time": "2026-02-10T12:28:25+00:00"
},
{
"name": "sebastian/cli-parser",