File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515before_script :
1616 - composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
1717 - composer update --no-interaction
18- - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then composer require --dev php-coveralls/php-coveralls; fi
19- - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:1.1.9; fi
2018
2119script :
22- - bin/check-syntax.sh
20+ - vendor/simplesamlphp/simplesamlphp-test-framework/ bin/check-syntax-php .sh
2321 - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi
2422 - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then vendor/bin/psalm; fi
2523
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 "authors" : [
88 {
99 "name" : " Guy Halse" ,
10- "homepage" : " http://orcid.org/0000-0002-9388-8592"
10+ "homepage" : " http://orcid.org/0000-0002-9388-8592"
1111 }
1212 ],
1313 "replaces" : {
2525 },
2626 "require-dev" : {
2727 "simplesamlphp/simplesamlphp" : " >=1.17" ,
28- "phpunit/phpunit " : " ~5.7 "
28+ "simplesamlphp/simplesamlphp-test-framework " : " ~0.0.6 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments