update composer
This commit is contained in:
+8
-3
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user