Compare commits

..
Author SHA1 Message Date
Renovate f195d4a4c0 chore(deps): update dependency laravel/boost to v2.4.13
Tests / build-npm (pull_request) Successful in 2m11s
Tests / validate-composer (pull_request) Successful in 2m27s
Tests / phpstan (pull_request) Successful in 1m9s
Tests / phpcs (pull_request) Successful in 2m49s
Tests / tests (pull_request) Successful in 1m34s
renovate/artifacts Artifact file update failure
2026-07-29 12:25:58 +00:00
Generated
+14 -92
View File
@@ -6344,83 +6344,6 @@
}
],
"packages-dev": [
{
"name": "composer/semver",
"version": "3.4.4",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
"reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"symfony/phpunit-bridge": "^3 || ^7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.4.4"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
}
],
"time": "2025-08-20T19:15:30+00:00"
},
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v1.2.0",
@@ -6704,16 +6627,16 @@
},
{
"name": "laravel/boost",
"version": "v2.5.0",
"version": "v2.4.13",
"source": {
"type": "git",
"url": "https://github.com/laravel/boost.git",
"reference": "f6b054dcbc0aacf1d187128edf7d917c6d99792a"
"reference": "f55e08f5afa89ac72f23f574175005b67878f466"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/f6b054dcbc0aacf1d187128edf7d917c6d99792a",
"reference": "f6b054dcbc0aacf1d187128edf7d917c6d99792a",
"url": "https://api.github.com/repos/laravel/boost/zipball/f55e08f5afa89ac72f23f574175005b67878f466",
"reference": "f55e08f5afa89ac72f23f574175005b67878f466",
"shasum": ""
},
"require": {
@@ -6724,7 +6647,7 @@
"illuminate/support": "^11.45.3|^12.41.1|^13.0",
"laravel/mcp": "^0.7.1|^0.8.0|^0.9.0",
"laravel/prompts": "^0.3.10",
"laravel/roster": "^1.0.0",
"laravel/roster": "^0.5.0",
"php": "^8.2"
},
"require-dev": {
@@ -6766,7 +6689,7 @@
"issues": "https://github.com/laravel/boost/issues",
"source": "https://github.com/laravel/boost"
},
"time": "2026-08-04T21:10:39+00:00"
"time": "2026-07-17T14:28:57+00:00"
},
{
"name": "laravel/mcp",
@@ -6991,33 +6914,32 @@
},
{
"name": "laravel/roster",
"version": "v1.0.0",
"version": "v0.5.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/roster.git",
"reference": "89e518bd88ae98ff50f6082f6b517c8d8e8245fa"
"reference": "5089de7615f72f78e831590ff9d0435fed0102bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/roster/zipball/89e518bd88ae98ff50f6082f6b517c8d8e8245fa",
"reference": "89e518bd88ae98ff50f6082f6b517c8d8e8245fa",
"url": "https://api.github.com/repos/laravel/roster/zipball/5089de7615f72f78e831590ff9d0435fed0102bb",
"reference": "5089de7615f72f78e831590ff9d0435fed0102bb",
"shasum": ""
},
"require": {
"composer/semver": "^3.0",
"illuminate/console": "^11.0|^12.0|^13.0",
"illuminate/contracts": "^11.0|^12.0|^13.0",
"illuminate/routing": "^11.0|^12.0|^13.0",
"illuminate/support": "^11.0|^12.0|^13.0",
"php": "^8.2",
"symfony/yaml": "^7.2|^8.0"
},
"require-dev": {
"laravel/pint": "^1.29",
"laravel/pint": "^1.14",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^9.0|^10.0|^11.0",
"pestphp/pest": "^3.0|^4.1",
"phpstan/phpstan": "^2.0",
"rector/rector": "^2.0"
"phpstan/phpstan": "^2.0"
},
"type": "library",
"extra": {
@@ -7049,7 +6971,7 @@
"issues": "https://github.com/laravel/roster/issues",
"source": "https://github.com/laravel/roster"
},
"time": "2026-07-18T17:53:15+00:00"
"time": "2026-03-05T07:58:43+00:00"
},
{
"name": "laravel/sail",