Skip to content

Commit 941a430

Browse files
committed
Update dependencies
1 parent b408c6b commit 941a430

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
],
1212
"require": {
1313
"php" : "^7.2.5",
14-
"illuminate/auth": "^5.8|^6.0|^7.0",
15-
"illuminate/contracts": "^5.8|^6.0|^7.0",
16-
"illuminate/database": "^5.8|^6.0|^7.0",
17-
"illuminate/routing": "^5.8|^6.0|^7.0",
18-
"illuminate/support": "^5.8|^6.0|^7.0",
19-
"guzzlehttp/guzzle": "~6.3",
14+
"illuminate/auth": "^5.8|^6.0|^7.0|^8.0",
15+
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
16+
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
17+
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
18+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
19+
"guzzlehttp/guzzle": "^7.0.1",
2020
"symfony/dom-crawler": "^4.4|^5.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "~3.8",
23+
"orchestra/testbench": "~6.0",
2424
"phpunit/phpunit": "^8.0",
2525
"codedungeon/phpunit-result-printer": "dev-master",
2626
"mockery/mockery": "^1.0"

0 commit comments

Comments
 (0)