diff --git a/.travis.yml b/.travis.yml index 0f3331a..51bff58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 5.6 - - 7.0 - 7.1 - 7.2 diff --git a/composer.json b/composer.json index 35f2413..1ade540 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,12 @@ } ], "require": { - "php": ">=5.6.0", - "illuminate/support": "5.0.*|5.1.*|5.2.*|5.4.*|5.5.*", - "larachimp/pine-annotations": "0.1.*" + "php": "^7.1.3", + "illuminate/support": "5.6.*", + "larachimp/pine-annotations": "0.2.*" }, "require-dev": { - "orchestra/testbench": "~3.0", - "phpunit/phpunit": "~5.7" + "orchestra/testbench": "~3.6" }, "autoload": { "psr-4": { @@ -36,7 +35,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.3.x-dev" + "dev-master": "0.4.x-dev" }, "laravel": { "providers": [