We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a5450 commit f3e6abbCopy full SHA for f3e6abb
2 files changed
.travis.yml
@@ -3,12 +3,15 @@ language: php
3
php:
4
- 5.6
5
- 7.0
6
+ - 7.1
7
+ - 7.2
8
- hhvm
9
10
matrix:
11
allow_failures:
12
+ - php: 7.2
13
- php: hhvm
14
15
before_script: composer update --dev
-script: php vendor/phpunit/phpunit/phpunit.php
16
+script: php vendor/phpunit/phpunit/phpunit
17
composer.json
@@ -10,11 +10,12 @@
}
],
"require": {
+ "php": ">=5.6",
"simplesamlphp/composer-module-installer": "^1.1"
},
"require-dev": {
- "simplesamlphp/simplesamlphp": ">=1.14",
- "phpunit/phpunit": "~3.7"
+ "simplesamlphp/simplesamlphp": ">=1.15",
18
+ "phpunit/phpunit": "~4.8"
19
20
"autoload-dev": {
21
"files": ["tests/_autoload_modules.php"]
0 commit comments