From e3170708cab62edf3d946337b76669af913537f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Wikstr=C3=B6m?= Date: Mon, 15 Apr 2019 13:50:56 +0200 Subject: [PATCH 1/3] Update SDK --- composer.json | 2 +- composer.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 55ed122..bdaf39f 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,6 @@ ], "minimum-stability": "beta", "require": { - "ip1sms/ip1-php-sdk": "^0.3.0@beta" + "ip1sms/ip1-php-sdk": "^0.3.3@beta" } } diff --git a/composer.lock b/composer.lock index 7bbb1a8..d8b34aa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "4b3d4b04fea49b138815c605f38bd8ba", - "content-hash": "bef4fb01053ba17649f9338eb8137a40", + "content-hash": "e56549bb8ed8176996397c0e114b5390", "packages": [ { "name": "ip1sms/ip1-php-sdk", @@ -49,7 +48,7 @@ } ], "description": "A PHP client library for the IP1SMS RESTful API", - "time": "2017-09-27 08:56:32" + "time": "2017-09-27T08:56:32+00:00" }, { "name": "nategood/httpful", @@ -99,7 +98,7 @@ "rest", "restful" ], - "time": "2015-10-26 16:11:30" + "time": "2015-10-26T16:11:30+00:00" } ], "packages-dev": [], From 8dedb0e340cb953e1b6e3544ff87ffd74b66a23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Wikstr=C3=B6m?= Date: Mon, 15 Apr 2019 13:53:30 +0200 Subject: [PATCH 2/3] Ignore workfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erik Wikström --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4d678df..5ceda37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.json vendor/ +santa.txt From ac0098bcc1651813cc5f51d43ec3b2747314c927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Wikstr=C3=B6m?= Date: Mon, 15 Apr 2019 14:26:57 +0200 Subject: [PATCH 3/3] Bump up version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erik Wikström --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bdaf39f..0134c77 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "wikxen/sms-secret-santa", "description": "A secret santa app using the ip1-php-sdk", - "version": "1.0.0", + "version": "1.1.0", "type": "project", "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index d8b34aa..0e2adfe 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "e56549bb8ed8176996397c0e114b5390", + "content-hash": "ec1cb97db9db552ec114643b64cf085e", "packages": [ { "name": "ip1sms/ip1-php-sdk",