Skip to content

Commit 9316061

Browse files
committed
update dependencies
1 parent 27f0b27 commit 9316061

File tree

9 files changed

+18
-3453
lines changed

9 files changed

+18
-3453
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ vendor/
22
node_modules/
33
npm-debug.log
44
yarn-error.log
5+
composer.lock
56

67
# Laravel 4 specific
78
bootstrap/compiled.php

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"require": {
1717
"php": ">=7.0.0",
1818
"guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
19-
"illuminate/support": "~5.6|~5.5",
20-
"illuminate/routing": "~5.6|^5.5"
19+
"illuminate/support": "~6.0|^5.5",
20+
"illuminate/routing": "~6.0|^5.5"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "~7.0",
24-
"mockery/mockery": "0.9.*"
23+
"phpunit/phpunit": "^8.0",
24+
"mockery/mockery": "^1.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)