Skip to content

Commit

Permalink
Merge pull request #20 from myparcelnl/fix-php-7
Browse files Browse the repository at this point in the history
Fix php 7
  • Loading branch information
Reindert authored Aug 31, 2017
2 parents c74cd0e + 8d39314 commit 65efee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand All @@ -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"
Expand Down

0 comments on commit 65efee9

Please sign in to comment.