diff --git a/composer.json b/composer.json index dc12786..0b0322c 100644 --- a/composer.json +++ b/composer.json @@ -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/" } },