Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Laravel 6.0 support (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium authored and martinlindhe committed Sep 3, 2019
1 parent 8e51fed commit 0da6b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7"
Expand Down

0 comments on commit 0da6b5b

Please sign in to comment.