Skip to content

Commit 44294ba

Browse files
committed
Bump dependencies for Laravel 10
1 parent 1e259ff commit 44294ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"require": {
2828
"php": "^7.4|^8.0",
2929
"guzzlehttp/guzzle": "^7.0.1",
30-
"illuminate/support": "^8.0|^9.0"
30+
"illuminate/support": "^8.0|^9.0|^10.0"
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "^6.0",
33+
"orchestra/testbench": "^6.0|^8.0",
3434
"phpunit/phpunit": "^9.0"
3535
},
3636
"autoload": {
@@ -48,7 +48,6 @@
4848
"scripts": {
4949
"test": "vendor/bin/phpunit",
5050
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
51-
5251
},
5352
"config": {
5453
"sort-packages": true

0 commit comments

Comments
 (0)