From ea38a1872ff145a395695b4ed60d492c55ba4276 Mon Sep 17 00:00:00 2001 From: Mohammad Alavi Date: Sun, 11 Apr 2021 15:32:37 +0430 Subject: [PATCH] upadate composer --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index badade8..fdb1476 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "mohammad-alavi/laravel-shoppingcart": "^0.1.2", - "apiato/stripe-payment-gateway-container": "^0.1.7" + "apiato/stripe-payment-gateway-container": "^0.1.8" } , "require-dev": { diff --git a/composer.lock b/composer.lock index 1e2a041..4ab0e16 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c263eaaadda043ff460040042b7462eb", + "content-hash": "b21682a65c9913818b18b78ee8a3c72c", "packages": [ { "name": "apiato/stripe-payment-gateway-container", - "version": "v0.1.7", + "version": "v0.1.8", "source": { "type": "git", "url": "https://github.com/apiato/stripe-payment-gateway-container.git", - "reference": "8f30d05ea6cc6762eb89f09c01470b95df5a1abd" + "reference": "4aebdb19ff2c8f17d50193cd9d77b48db11e1dd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/apiato/stripe-payment-gateway-container/zipball/8f30d05ea6cc6762eb89f09c01470b95df5a1abd", - "reference": "8f30d05ea6cc6762eb89f09c01470b95df5a1abd", + "url": "https://api.github.com/repos/apiato/stripe-payment-gateway-container/zipball/4aebdb19ff2c8f17d50193cd9d77b48db11e1dd8", + "reference": "4aebdb19ff2c8f17d50193cd9d77b48db11e1dd8", "shasum": "" }, "require": { @@ -41,9 +41,9 @@ "description": "Implementation of Stripe gateway for Apiato Payment Container", "support": { "issues": "https://github.com/apiato/stripe-payment-gateway-container/issues", - "source": "https://github.com/apiato/stripe-payment-gateway-container/tree/v0.1.7" + "source": "https://github.com/apiato/stripe-payment-gateway-container/tree/v0.1.8" }, - "time": "2021-04-10T17:50:44+00:00" + "time": "2021-04-11T10:54:28+00:00" }, { "name": "brick/math",