Skip to content

Commit 457f890

Browse files
authored
Update composer dependency versions for Laravel 8 (#40)
1 parent 0e9ef4d commit 457f890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^7.2",
2222
"ext-json": "*",
23-
"guzzlehttp/guzzle": "^6.3",
23+
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
2424
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0",
2525
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
2626
"illuminate/queue": "^6.0 || ^7.0 || ^8.0",
@@ -30,7 +30,7 @@
3030
"require-dev": {
3131
"mockery/mockery": "^1.3",
3232
"orchestra/testbench": "^5.0 || ^6.0",
33-
"phpunit/phpunit": "^8.5"
33+
"phpunit/phpunit": "^8.5 || ^9.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)