Skip to content

Commit 7eeab5a

Browse files
committed
Update dependencies
1 parent ba016c1 commit 7eeab5a

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
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": "^7.2",
16-
"illuminate/contracts": "6.*|7.*",
17-
"illuminate/support": "6.*|7.*",
16+
"illuminate/contracts": "6.*|7.*|8.*",
17+
"illuminate/support": "6.*|7.*|8.*",
1818
"spatie/packagist-api": "^2.0",
1919
"ext-json": "*"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^8.5",
23-
"orchestra/testbench": "4.*|5.*"
23+
"orchestra/testbench": "4.*|5.*|6.*"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)