update composer

This commit is contained in:
Romulus21
2026-05-26 10:53:27 +02:00
parent f51ff75eec
commit ee415258d1
3 changed files with 2030 additions and 891 deletions
+1
View File
@@ -0,0 +1 @@
vendor/
+8 -3
View File
@@ -11,11 +11,11 @@
],
"require": {
"php": "^8.3",
"illuminate/support": "^10.0|^11.0"
"illuminate/support": "^13.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.0"
"orchestra/testbench": "^11.0",
"phpunit/phpunit": "^12.0"
},
"autoload": {
"psr-4": {
@@ -27,6 +27,11 @@
"Rodev\\DelegateAuth\\Tests\\": "tests/"
}
},
"config": {
"platform": {
"php": "8.3.0"
}
},
"extra": {
"laravel": {
"providers": [
Generated
+2018 -885
View File
File diff suppressed because it is too large Load Diff