Skip to content

Commit e04a849

Browse files
committed
Bump dependencies for Laravel 11
1 parent c98eddf commit e04a849

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
20+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
2121
"league/flysystem": "^1.0.41|^2.0|^3.0",
2222
"spatie/db-dumper": "^3.3",
2323
"spatie/laravel-package-tools": "^1.6",
2424
"spatie/temporary-directory": "^2.0"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^1.4",
28-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
29-
"pestphp/pest-plugin-laravel": "^1.3",
30-
"phpunit/phpunit": "^9.5"
28+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
29+
"pestphp/pest-plugin-laravel": "^1.3|^2.3",
30+
"phpunit/phpunit": "^9.5|^10.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)