Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from signifly/feature-laravel6
Browse files Browse the repository at this point in the history
Add support for Laravel 6.0
  • Loading branch information
pactode authored Sep 12, 2019
2 parents 9eb3ec4 + a8cf1de commit 2663ab2
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 @@ -12,14 +12,14 @@
],
"require": {
"php": "^7.1",
"illuminate/console": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
"illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
"illuminate/filesystem": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0"
"illuminate/console": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/filesystem": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2663ab2

Please sign in to comment.