We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b757154 commit ddb7e59Copy full SHA for ddb7e59
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
php:
3
- - '5.4'
+ - '5.6'
4
+ - '7.2'
5
before_script: composer install
6
script: vendor/bin/phpunit
7
notifications:
composer.json
@@ -1,11 +1,11 @@
{
"require" : {
- "braintree/braintree_php" : "3.6.1",
+ "braintree/braintree_php" : "3.30.0",
"php": ">=5.2.1",
"vlucas/phpdotenv": "2.1.0"
},
"require-dev": {
8
- "phpunit/phpunit": "3.7.*",
+ "phpunit/phpunit": "5.*",
9
"ext-curl": "*"
10
}
11
0 commit comments