Skip to content

Commit 432996e

Browse files
committed
Bump dependencies for Laravel 9
1 parent b2022d8 commit 432996e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5|^8.0",
20-
"illuminate/support": "^7.0|^8.0",
20+
"illuminate/support": "^7.0|^8.0|^9.0",
2121
"livewire/livewire": "^2.4.4",
2222
"maatwebsite/excel": "^3.1"
2323
},
2424
"require-dev": {
2525
"laravel/legacy-factories": "^1.0.4",
26-
"orchestra/testbench": "^4.0|5.0|6.0",
27-
"phpunit/phpunit": "^8.0|9.0"
26+
"orchestra/testbench": "^4.0|5.0|6.0|^7.0",
27+
"phpunit/phpunit": "^8.0|9.0|^9.5.10"
2828
},
2929
"autoload": {
3030
"psr-4": {
@@ -39,7 +39,6 @@
3939
"scripts": {
4040
"test": "vendor/bin/phpunit",
4141
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
42-
4342
},
4443
"config": {
4544
"sort-packages": true

0 commit comments

Comments
 (0)