Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Nov 1, 2020
2 parents 576d15e + 4e6d7dd commit 9db26bc
Show file tree
Hide file tree
Showing 2 changed files with 1,792 additions and 1,792 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
},
"require": {
"doctrine/dbal": "^2.12",
"php": "^7.3|^8.0",
"illuminate/bus": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
Expand All @@ -27,7 +28,8 @@
"ext-simplexml": "*",
"ext-json": "*",
"ext-dom": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1"
},
"extra": {
"laravel": {
Expand All @@ -42,9 +44,7 @@
"require-dev": {
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": "^6.0",
"spatie/phpunit-snapshot-assertions": "^4.2",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
"doctrine/dbal": "^2.12"
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 9db26bc

Please sign in to comment.