Skip to content

Commit ef0bbbe

Browse files
committed
Bump dependencies for Laravel 11
1 parent 9ecf54f commit ef0bbbe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"filament/filament":"^2.0|^3.0",
20+
"filament/filament": "^2.0|^3.0",
2121
"spatie/laravel-package-tools": "^1.9.2",
22-
"illuminate/contracts": "^8.6|^9.0|^10.0"
22+
"illuminate/contracts": "^8.6|^9.0|^10.0|^11.0"
2323
},
2424
"require-dev": {
25-
"nunomaduro/collision": "^6.0",
26-
"orchestra/testbench": "^7.0",
27-
"pestphp/pest": "^1.21",
28-
"pestphp/pest-plugin-laravel": "^1.1",
29-
"phpunit/phpunit": "^9.5",
25+
"nunomaduro/collision": "^6.0|^8.0",
26+
"orchestra/testbench": "^7.0|^9.0",
27+
"pestphp/pest": "^1.21|^2.34",
28+
"pestphp/pest-plugin-laravel": "^1.1|^2.3",
29+
"phpunit/phpunit": "^9.5|^10.5",
3030
"spatie/laravel-ray": "^1.26"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)