File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22.gitattributes export-ignore
33/.github / export-ignore
44.gitignore export-ignore
5- /.php_cs export-ignore
5+ /.php_cs.dist export-ignore
66/.scrutinizer.yml export-ignore
77/.styleci.yml export-ignore
88/.travis.yml export-ignore
Original file line number Diff line number Diff line change 1+ /.php_cs
12/behat.yml
23/build /
34/composer.lock
File renamed without changes.
Original file line number Diff line number Diff line change 77 - $HOME/.composer/cache/files
88
99php :
10- - 5.4
1110 - 5.5
1211 - 5.6
1312 - 7.0
13+ - 7.1
1414 - hhvm
1515
1616env :
@@ -24,13 +24,15 @@ branches:
2424matrix :
2525 fast_finish : true
2626 include :
27- - php : 5.4
27+ - php : 5.5
2828 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2929
3030before_install :
3131 - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
3232
3333install :
34+ # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
35+ - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
3436 - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3537
3638script :
Original file line number Diff line number Diff line change 11# Package
22
33[ ![ Latest Version] ( https://img.shields.io/github/release/webplates/package.svg?style=flat-square )] ( https://github.com/webplates/package/releases )
4- [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
54[ ![ Build Status] ( https://img.shields.io/travis/webplates/package.svg?style=flat-square )] ( https://travis-ci.org/webplates/package )
65[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/webplates/package.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/webplates/package )
76[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/webplates/package.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/webplates/package )
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " >=5.4 "
14+ "php" : " >=5.5 "
1515 },
1616 "autoload" : {
1717 "psr-4" : {
You can’t perform that action at this time.
0 commit comments