Skip to content

Commit

Permalink
Merge branch 'release/1.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfinney committed Nov 17, 2020
2 parents 18465c2 + 33b8cc1 commit 3827143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,11 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.4",
"illuminate/container": "~5.8|~6|~7|~8",
"illuminate/database": "~5.8|~6|~7|~8",
"illuminate/encryption": "~5.8|~6|~7|~8",
"illuminate/http": "~5.8|~6|~7|~8",
"illuminate/routing": "~5.8|~6|~7|~8",
"nesbot/carbon": "~1.2|~2",
"vlucas/phpdotenv": "^3.6|^4.0"
"guzzlehttp/guzzle": "^6.4|^7.0",
"laravel/framework": "~5.8|~6|~7|~8",
"nesbot/carbon": "~1.2|~2"
},
"require-dev": {
"illuminate/auth": "~5.8|~6|~7",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.4|^9.0",
"psy/psysh": "^0.10",
Expand Down

0 comments on commit 3827143

Please sign in to comment.