Skip to content

Commit

Permalink
Merge pull request #4 from roelofr/feature/laravel-6
Browse files Browse the repository at this point in the history
Laravel 6.0 support
  • Loading branch information
urakozz authored Sep 6, 2019
2 parents 6037434 + b615004 commit 3c471fb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@
}
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "~5.0",
"guzzlehttp/guzzle": "~6.0"
"php": "^7.2.0",
"illuminate/support": "^5.0 | ^6.0",
"guzzlehttp/guzzle": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Kozz\\Laravel\\": "src/",
"Kozz\\Laravel\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Kozz\\Tests\\Laravel\\": "tests/"
}
},
Expand Down

0 comments on commit 3c471fb

Please sign in to comment.