Update Braintree driver

This commit is contained in:
Hillel Coren 2018-03-25 14:55:42 +03:00
parent 8f2215ff6c
commit dbdffc6aca
2 changed files with 13 additions and 13 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.8.0", "invoiceninja/omnipay-collection": "^0.9.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",

24
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": "93215ce9d9ac2c8e7c17b6dbcba0bb7e", "hash": "7090bedcce23dd1dcc592a0d3e544763",
"content-hash": "86384f0cd8e6d0d2d2f929beb00c9126", "content-hash": "4ce866c804fd7e1b830c8ae1afa28846",
"packages": [ "packages": [
{ {
"name": "abdala/omnipay-pagseguro", "name": "abdala/omnipay-pagseguro",
@ -793,16 +793,16 @@
}, },
{ {
"name": "braintree/braintree_php", "name": "braintree/braintree_php",
"version": "3.29.0", "version": "3.30.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/braintree/braintree_php.git", "url": "https://github.com/braintree/braintree_php.git",
"reference": "0cf12317ff49d5b60667d0009df96a54f7e99b8d" "reference": "7053be17ec7cd3040d019779bdb5cd89a3b95a94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/braintree/braintree_php/zipball/0cf12317ff49d5b60667d0009df96a54f7e99b8d", "url": "https://api.github.com/repos/braintree/braintree_php/zipball/7053be17ec7cd3040d019779bdb5cd89a3b95a94",
"reference": "0cf12317ff49d5b60667d0009df96a54f7e99b8d", "reference": "7053be17ec7cd3040d019779bdb5cd89a3b95a94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -836,7 +836,7 @@
} }
], ],
"description": "Braintree PHP Client Library", "description": "Braintree PHP Client Library",
"time": "2018-02-27 22:51:38" "time": "2018-03-20 20:14:04"
}, },
{ {
"name": "bramdevries/omnipay-paymill", "name": "bramdevries/omnipay-paymill",
@ -3538,16 +3538,16 @@
}, },
{ {
"name": "invoiceninja/omnipay-collection", "name": "invoiceninja/omnipay-collection",
"version": "v0.8", "version": "v0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/invoiceninja/omnipay-collection.git", "url": "https://github.com/invoiceninja/omnipay-collection.git",
"reference": "774660bd13d08bffd8877c24075dcbba829cf62f" "reference": "97ad152922664ff2ca8b5fcb6171ed053f865808"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/invoiceninja/omnipay-collection/zipball/774660bd13d08bffd8877c24075dcbba829cf62f", "url": "https://api.github.com/repos/invoiceninja/omnipay-collection/zipball/97ad152922664ff2ca8b5fcb6171ed053f865808",
"reference": "774660bd13d08bffd8877c24075dcbba829cf62f", "reference": "97ad152922664ff2ca8b5fcb6171ed053f865808",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3595,7 +3595,7 @@
} }
], ],
"description": "Collection of Omnipay drivers", "description": "Collection of Omnipay drivers",
"time": "2018-03-15 18:33:17" "time": "2018-03-25 11:44:45"
}, },
{ {
"name": "jakoch/phantomjs-installer", "name": "jakoch/phantomjs-installer",