Skip to content

Commit

Permalink
Add Laravel 5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 12, 2019
1 parent cd2bad8 commit 291f4b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"php": "^7.1.3",
"ext-json": "*",
"dompdf/dompdf": "^0.8.0",
"illuminate/database": "~5.7",
"illuminate/support": "~5.7",
"illuminate/database": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
"nesbot/carbon": "^1.26.3 || ^2.0",
"stripe/stripe-php": "~6.0",
"symfony/http-kernel": "~4.0"
},
"require-dev": {
"illuminate/http": "~5.7",
"illuminate/routing": "~5.7",
"illuminate/view": "~5.7",
"illuminate/http": "~5.7.0|~5.8.0",
"illuminate/routing": "~5.7.0|~5.8.0",
"illuminate/view": "~5.7.0|~5.8.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0"
},
Expand Down

0 comments on commit 291f4b2

Please sign in to comment.