From 3b786124b3930f830989eb064ba0fadf5dedcfd3 Mon Sep 17 00:00:00 2001 From: Baptiste GAILLARD Date: Mon, 28 Dec 2015 16:12:11 +0100 Subject: [PATCH] Check code sniffer errors. Update composer version to 1.3.1. --- composer.json | 4 ++-- composer.lock | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e5f6585..b8df3c7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name" : "gomoob/php-pushwoosh", "description" : "A PHP Library to easily work with the Pushwoosh REST Web Services.", - "version" : "1.3.0", + "version" : "1.3.1", "license" : "MIT", "type" : "library", "keywords" : [ @@ -48,4 +48,4 @@ "symfony/stopwatch" : "^2.8 || ^3.0", "symfony/yaml" : "^2.8 || ^3.0" } -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index b030254..162bd76 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "dcc4527053a6a10b183d1b65d8865236", - "content-hash": "91174fb17f3083dd99b5cbff4454e4a9", + "hash": "d852a00763ed6fd964e16e03b301a2de", + "content-hash": "b78aca2869022d2bb73540c788546498", "packages": [], "packages-dev": [ { @@ -4273,7 +4273,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.5" + "php": ">=5.5.9" }, "platform-dev": [] } diff --git a/package.json b/package.json index 006fe03..85d2474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gomoob-php-pushwoosh", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "repository" : { "type" : "git",