Update Braintree

This commit is contained in:
Hillel Coren 2018-03-15 21:02:31 +02:00
parent d4b181e32b
commit 53b1ce7a0f
2 changed files with 10 additions and 11 deletions

View File

@ -36,7 +36,7 @@
"google/apiclient": "^2.0", "google/apiclient": "^2.0",
"guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^6.3",
"intervention/image": "dev-master", "intervention/image": "dev-master",
"invoiceninja/omnipay-collection": "0.7@dev", "invoiceninja/omnipay-collection": "^0.8.0",
"jaybizzle/laravel-crawler-detect": "1.*", "jaybizzle/laravel-crawler-detect": "1.*",
"jlapp/swaggervel": "master-dev", "jlapp/swaggervel": "master-dev",
"jonnyw/php-phantomjs": "dev-fixes", "jonnyw/php-phantomjs": "dev-fixes",

19
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "d690d598db58964feb20dbbcdce8a92f", "hash": "93215ce9d9ac2c8e7c17b6dbcba0bb7e",
"content-hash": "859622bff39b3e438703dcc641ada711", "content-hash": "86384f0cd8e6d0d2d2f929beb00c9126",
"packages": [ "packages": [
{ {
"name": "abdala/omnipay-pagseguro", "name": "abdala/omnipay-pagseguro",
@ -3538,16 +3538,16 @@
}, },
{ {
"name": "invoiceninja/omnipay-collection", "name": "invoiceninja/omnipay-collection",
"version": "v0.7", "version": "v0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/invoiceninja/omnipay-collection.git", "url": "https://github.com/invoiceninja/omnipay-collection.git",
"reference": "12d9c8d40d62301e2226db63d1e5534747f660fe" "reference": "774660bd13d08bffd8877c24075dcbba829cf62f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/invoiceninja/omnipay-collection/zipball/12d9c8d40d62301e2226db63d1e5534747f660fe", "url": "https://api.github.com/repos/invoiceninja/omnipay-collection/zipball/774660bd13d08bffd8877c24075dcbba829cf62f",
"reference": "12d9c8d40d62301e2226db63d1e5534747f660fe", "reference": "774660bd13d08bffd8877c24075dcbba829cf62f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3575,7 +3575,7 @@
"mfauveau/omnipay-pacnet": "~2.0", "mfauveau/omnipay-pacnet": "~2.0",
"omnipay/2checkout": "dev-master#e9c079c2dde0d7ba461903b3b7bd5caf6dee1248", "omnipay/2checkout": "dev-master#e9c079c2dde0d7ba461903b3b7bd5caf6dee1248",
"omnipay/bitpay": "dev-master", "omnipay/bitpay": "dev-master",
"omnipay/braintree": "~2.0@dev", "omnipay/braintree": "^1.1",
"omnipay/gocardless": "dev-master", "omnipay/gocardless": "dev-master",
"omnipay/mollie": "3.*", "omnipay/mollie": "3.*",
"omnipay/omnipay": "~2.3", "omnipay/omnipay": "~2.3",
@ -3595,7 +3595,7 @@
} }
], ],
"description": "Collection of Omnipay drivers", "description": "Collection of Omnipay drivers",
"time": "2018-03-07 13:26:16" "time": "2018-03-15 18:33:17"
}, },
{ {
"name": "jakoch/phantomjs-installer", "name": "jakoch/phantomjs-installer",
@ -5786,7 +5786,7 @@
}, },
{ {
"name": "omnipay/braintree", "name": "omnipay/braintree",
"version": "dev-master", "version": "v1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/omnipay-braintree.git", "url": "https://github.com/thephpleague/omnipay-braintree.git",
@ -13077,7 +13077,6 @@
"digitickets/omnipay-gocardlessv2": 20, "digitickets/omnipay-gocardlessv2": 20,
"gatepay/fedachdir": 20, "gatepay/fedachdir": 20,
"intervention/image": 20, "intervention/image": 20,
"invoiceninja/omnipay-collection": 20,
"jlapp/swaggervel": 20, "jlapp/swaggervel": 20,
"jonnyw/php-phantomjs": 20, "jonnyw/php-phantomjs": 20,
"laracasts/presenter": 20, "laracasts/presenter": 20,