diff --git a/composer.json b/composer.json index 214c7c4..f7bbc75 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "madeitbelgium/teamleader", - "version": "1.5.1", + "version": "1.6.0", "description": "Laravel TeamLeader SDK", "keywords": ["laravel", "teamleader"], "homepage": "https://www.madeit.be", @@ -15,8 +15,8 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "5.*|^6.0|^7.0|8.*|9.*", - "illuminate/container": "5.*|^6.0|^7.0|8.*|9.*", + "illuminate/support": "*", + "illuminate/container": "*", "nesbot/carbon": "^1.35|^2.0", "guzzlehttp/guzzle": "^6.5|7.*" },