Skip to content

Commit 2df3ba5

Browse files
committed
Upgrade dependencies / PHP >= 5.6
1 parent 994312d commit 2df3ba5

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: required
33
language: php
44

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1

bin/check-syntax.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHP='/usr/bin/env php'
44
RETURN=0
55

66
# check PHP files
7-
for FILE in `find lib libextinc templates www -name "*.php"`; do
7+
for FILE in `find lib libextinc templates tests www -name "*.php"`; do
88
$PHP -l $FILE > /dev/null 2>&1
99
if [ $? -ne 0 ]; then
1010
echo "Syntax check failed for ${FILE}"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
}
2828
},
2929
"require": {
30-
"php": ">=5.5",
30+
"php": ">=5.6",
3131
"simplesamlphp/composer-module-installer": "~1.1",
3232
"webmozart/assert": "~1.4"
3333
},
3434
"require-dev": {
3535
"simplesamlphp/simplesamlphp": "^1.17",
36-
"phpunit/phpunit": "~4.8.36"
36+
"phpunit/phpunit": "~5.7"
3737
},
3838
"support": {
3939
"issues": "https://github.com/tvdijen/simplesamlphp-module-yubikey/issues",

0 commit comments

Comments
 (0)