Skip to content

Commit f3e6abb

Browse files
committed
Update supported versions of PHP
1 parent 75a5450 commit f3e6abb

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6+
- 7.1
7+
- 7.2
68
- hhvm
79

810
matrix:
911
allow_failures:
12+
- php: 7.2
1013
- php: hhvm
1114

1215
before_script: composer update --dev
13-
script: php vendor/phpunit/phpunit/phpunit.php
16+
script: php vendor/phpunit/phpunit/phpunit
1417

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
}
1111
],
1212
"require": {
13+
"php": ">=5.6",
1314
"simplesamlphp/composer-module-installer": "^1.1"
1415
},
1516
"require-dev": {
16-
"simplesamlphp/simplesamlphp": ">=1.14",
17-
"phpunit/phpunit": "~3.7"
17+
"simplesamlphp/simplesamlphp": ">=1.15",
18+
"phpunit/phpunit": "~4.8"
1819
},
1920
"autoload-dev": {
2021
"files": ["tests/_autoload_modules.php"]

0 commit comments

Comments
 (0)