Skip to content

Commit

Permalink
Add support for Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 14, 2019
1 parent 348a0cf commit 694d83b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": ">=7.0",
"illuminate/bus": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"illuminate/contracts": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"illuminate/pagination": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"illuminate/queue": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0"
"illuminate/bus": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/contracts": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/pagination": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/queue": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
},
"require-dev": {
"algolia/algoliasearch-client-php": "^2.2",
Expand Down

0 comments on commit 694d83b

Please sign in to comment.