update composer
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
vendor/
|
||||||
+8
-3
@@ -11,11 +11,11 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.3",
|
"php": "^8.3",
|
||||||
"illuminate/support": "^10.0|^11.0"
|
"illuminate/support": "^13.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^8.0",
|
"orchestra/testbench": "^11.0",
|
||||||
"phpunit/phpunit": "^10.0"
|
"phpunit/phpunit": "^12.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@@ -27,6 +27,11 @@
|
|||||||
"Rodev\\DelegateAuth\\Tests\\": "tests/"
|
"Rodev\\DelegateAuth\\Tests\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"platform": {
|
||||||
|
"php": "8.3.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"laravel": {
|
"laravel": {
|
||||||
"providers": [
|
"providers": [
|
||||||
|
|||||||
Generated
+2018
-885
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user