Skip to content

Commit

Permalink
Version 0.1.8. Update so Carbon ^2.0 can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Oct 6, 2019
1 parent 69bbd9d commit f667229
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
vendor/
.DS_Store
composer.lock
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -81,6 +81,7 @@ $client->singleCall("GET", $guzzleParameterArray);
* see [LICENSE](https://github.com/repat/plentymarkets-rest-client/blob/master/LICENSE) file

## Changelog
* 0.1.8 Update, so Carbon 2.0 can be used (thx [stefnats](https://github.com/repat/plentymarkets-rest-client/pull/12))
* 0.1.7 Fix constructor according to README (thx [daniel-mannheimer](https://github.com/repat/plentymarkets-rest-client/pull/11))
* 0.1.6 Support for HTTP `PATCH` (thx [hepisec](https://github.com/repat/plentymarkets-rest-client/pull/10))
* 0.1.5 Remove check for `www.` as it breaks subdomains (thx [daniel-mannheimer](https://github.com/repat/plentymarkets-rest-client/pull/9))
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -5,7 +5,7 @@
"keywords": ["plentymarkets", "pm", "rest", "api", "client", "sdk"],
"homepage": "https://github.com/repat/plentymarkets-rest-client",
"license": "MIT",
"version" : "0.1.7",
"version" : "0.1.8",
"authors": [
{
"name": "repat",
Expand All @@ -23,9 +23,9 @@
}
],
"require": {
"php": ">=5.6.0",
"php": ">=5.6.0 | >=7.1.8",
"guzzlehttp/guzzle": "^6.2.2",
"nesbot/carbon": "^2.0",
"nesbot/carbon": "^1.22.1 | ^2.0",
"danielstjules/stringy": "2.3.2"
},
"autoload": {
Expand Down

0 comments on commit f667229

Please sign in to comment.