We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d746e3a commit 6a41370Copy full SHA for 6a41370
2 files changed
.travis.yml
@@ -1,14 +1,15 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- 5.6
7
- 7.0
+ - 7.1
+ - 7.2
8
- hhvm
9
10
matrix:
11
allow_failures:
12
+ - php: 7.2
13
- php: hhvm
14
15
services:
@@ -40,4 +41,4 @@ before_script:
40
41
composer update --dev
42
43
script:
- php vendor/phpunit/phpunit/phpunit.php
44
+ php vendor/phpunit/phpunit/phpunit
composer.json
@@ -10,11 +10,12 @@
}
],
"require": {
+ "php": ">=5.6",
"simplesamlphp/composer-module-installer": "^1.1"
},
16
"require-dev": {
- "simplesamlphp/simplesamlphp": ">=1.14",
17
- "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