Skip to content

Commit 4e9e7bb

Browse files
committed
A modest version bump for some dependencies
1 parent d3274db commit 4e9e7bb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.3
7-
- 5.4
8-
- 5.5
9-
- 5.6
6+
- '5.5'
7+
- '5.6'
8+
- '7.0'
9+
- '7.1'
1010
- hhvm
11+
- nightly
1112

1213
before_script:
1314
- composer install

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"source": "https://github.com/google/recaptcha"
1111
},
1212
"require": {
13-
"php": ">=5.3.2"
13+
"php": ">=5.5"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "4.5.*"
16+
"phpunit/phpunit": "^4.8"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)