Skip to content

Commit 6a41370

Browse files
committed
Update supported versions of PHP
1 parent d746e3a commit 6a41370

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
6+
- 7.1
7+
- 7.2
88
- hhvm
99

1010
matrix:
1111
allow_failures:
12+
- php: 7.2
1213
- php: hhvm
1314

1415
services:
@@ -40,4 +41,4 @@ before_script:
4041
composer update --dev
4142
4243
script:
43-
php vendor/phpunit/phpunit/phpunit.php
44+
php vendor/phpunit/phpunit/phpunit

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)