Skip to content

Commit eafed16

Browse files
committed
Bump dependencies for Laravel 10
1 parent 6494925 commit eafed16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/support": "^7.0|^8.0|^9.0",
20+
"illuminate/support": "^7.0|^8.0|^9.0|^10.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",
28+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
2929
"pestphp/pest-plugin-laravel": "^1.3",
3030
"phpunit/phpunit": "^9.5"
3131
},
@@ -57,4 +57,4 @@
5757
},
5858
"minimum-stability": "dev",
5959
"prefer-stable": true
60-
}
60+
}

0 commit comments

Comments
 (0)