Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Update to support Laravel 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Nov 16, 2020
1 parent 9a706ce commit d0b19b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"symfony/process": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"guzzlehttp/guzzle": "^6.5",
"illuminate/support": "^6.18|^7.1",
"illuminate/support": "^6.18|^7.1|^8.0",
"ext-json": "*"
},
"require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5|^9.0",
"roave/security-advisories": "dev-master",
"symfony/var-dumper": "^4.4|^5.0"
},
Expand Down

0 comments on commit d0b19b3

Please sign in to comment.