diff --git a/composer.json b/composer.json index 55ce166..ea820f5 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,10 @@ "type": "library", "description": "Laravel 5.x Service Provider and Facade for the jeffreyhyer/bamboohr package", "keywords": ["laravel", "bamboohr", "api"], - "version": "1.0.5", + "version": "1.0.6", "require": { "php": ">=7.0.0", - "illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*", + "illuminate/support": "~5.0", "jeffreyhyer/bamboohr": "~1.0" }, "license": "MIT",