We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3274db commit 4e9e7bbCopy full SHA for 4e9e7bb
.travis.yml
@@ -3,11 +3,12 @@ language: php
3
sudo: false
4
5
php:
6
- - 5.3
7
- - 5.4
8
- - 5.5
9
- - 5.6
+ - '5.5'
+ - '5.6'
+ - '7.0'
+ - '7.1'
10
- hhvm
11
+ - nightly
12
13
before_script:
14
- composer install
composer.json
@@ -10,10 +10,10 @@
"source": "https://github.com/google/recaptcha"
},
"require": {
- "php": ">=5.3.2"
+ "php": ">=5.5"
15
"require-dev": {
16
- "phpunit/phpunit": "4.5.*"
+ "phpunit/phpunit": "^4.8"
17
18
"autoload": {
19
"psr-4": {
0 commit comments