diff --git a/composer.json b/composer.json index 6d767963..58c235f4 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/sdk", - "version": "v1.1.9", + "version": "v1.1.10", "description": "This package is designed to send and receive data from MyParcel by means of an API.", "homepage": "https://www.myparcel.nl", "tags": ["MyParcel", "My Parcel", "Post NL", "PostNL"], @@ -21,7 +21,7 @@ "url": "https://github.com/myparcelnl/sdk/issues" }, "require": { - "php": ">=5.6.5 <7.1" + "php": ">=5.6.5 <7.2" }, "require-dev": { "phpunit/phpunit": "^5.5"