1 Commits

Author SHA1 Message Date
5f9c1d4c16 Update dependency phpunit/phpunit to v12
Some checks failed
renovate/artifacts Artifact file update failure
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 9s
Gemini PR Review / review (pull_request) Successful in 32s
Laravel Pint / pint (pull_request) Failing after 1m41s
Laravel Larastan / larastan (pull_request) Failing after 1m49s
2025-12-07 00:00:57 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^11.0.1"
"phpunit/phpunit": "^12.0.0"
},
"autoload": {
"psr-4": {

View File

@@ -12,7 +12,7 @@
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^4.0.0",
"tailwindcss": "^3.4.13",
"vite": "^6.0.11"
}
}