Skip to content

Commit ddb7e59

Browse files
Update braintre_php to v3.30.0 (braintree#38)
* Update braintre_php to v3.30.0 closes braintree#37 * Update the version of PHPUnit used * Use PHP 5.6 as it is currently oldest PHP version supported
1 parent b757154 commit ddb7e59

File tree

3 files changed

+1019
-114
lines changed

3 files changed

+1019
-114
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22
php:
3-
- '5.4'
3+
- '5.6'
4+
- '7.2'
45
before_script: composer install
56
script: vendor/bin/phpunit
67
notifications:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"require" : {
3-
"braintree/braintree_php" : "3.6.1",
3+
"braintree/braintree_php" : "3.30.0",
44
"php": ">=5.2.1",
55
"vlucas/phpdotenv": "2.1.0"
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "3.7.*",
8+
"phpunit/phpunit": "5.*",
99
"ext-curl": "*"
1010
}
1111
}

0 commit comments

Comments
 (0)