Skip to content

Commit

Permalink
autoload Set version v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
reindertvetter committed Feb 22, 2017
1 parent 48d0747 commit 5430b27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/sdk",
"version": "v0.2.10",
"version": "v0.2.11",
"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 @@ -25,5 +25,8 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": {
"files": [ "src/AutoLoader.php" ]
}
}

0 comments on commit 5430b27

Please sign in to comment.