Skip to content

Commit 4f703f1

Browse files
committed
Upgrade dependencies / PHP >= 5.6
1 parent 3f65041 commit 4f703f1

3 files changed

Lines changed: 2 additions & 3 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 config-templates lib www -name "*.php"`; do
7+
for FILE in `find config-templates lib 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev": {
3838
"simplesamlphp/simplesamlphp": "^1.17",
39-
"phpunit/phpunit": "~4.8.36"
39+
"phpunit/phpunit": "~5.7"
4040
},
4141
"support": {
4242
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-cdc/issues",

0 commit comments

Comments
 (0)