File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: required
33language : php
44
55php :
6- - 5.5
76 - 5.6
87 - 7.0
98 - 7.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PHP='/usr/bin/env php'
44RETURN=0
55
66# check PHP files
7- for FILE in ` find lib -name " *.php" ` ; do
7+ for FILE in ` find lib tests -name " *.php" ` ; do
88 $PHP -l $FILE > /dev/null 2>&1
99 if [ $? -ne 0 ]; then
1010 echo " Syntax check failed for ${FILE} "
Original file line number Diff line number Diff line change 3131 }
3232 },
3333 "require" : {
34- "php" : " >=5.5 " ,
34+ "php" : " >=5.6 " ,
3535 "simplesamlphp/composer-module-installer" : " ~1.1" ,
3636 "webmozart/assert" : " ~1.4"
3737 },
3838 "require-dev" : {
3939 "simplesamlphp/simplesamlphp" : " ^1.17" ,
40- "phpunit/phpunit" : " ~4.8.36 "
40+ "phpunit/phpunit" : " ~5.7 "
4141 },
4242 "support" : {
4343 "issues" : " https://github.com/tvdijen/simplesamlphp-module-ldap/issues" ,
You can’t perform that action at this time.
0 commit comments