File tree Expand file tree Collapse file tree 4 files changed +468
-80
lines changed
Expand file tree Collapse file tree 4 files changed +468
-80
lines changed Original file line number Diff line number Diff line change 11.idea
2- vendor
2+ vendor
Original file line number Diff line number Diff line change 77 - 5.6
88 - hhvm
99 - hhvm-nightly
10-
10+
1111matrix :
1212 allow_failures :
1313 - php : hhvm
@@ -20,9 +20,9 @@ before_script:
2020 - sudo apt-get -qq update > /dev/null
2121 - phpenv rehash > /dev/null
2222 - composer selfupdate --quiet
23- - composer install --dev --prefer-source
23+ - composer install --no-interaction --prefer-source --dev
2424 - vendor/bin/phpunit
25- - composer update --dev --prefer-source
25+ - composer update --no-interaction --prefer-source --dev
2626
2727notifications :
2828 irc : " irc.freenode.org#phpdocumentor"
Original file line number Diff line number Diff line change 1212 "psr-0" : {"phpDocumentor" : [" src/" ]}
1313 },
1414 "require-dev" : {
15- "phpunit/phpunit" : " 3.7.*@stable "
15+ "phpunit/phpunit" : " ~4.0 "
1616 },
1717 "suggest" : {
18- "dflydev/markdown" : " 1.0.* " ,
19- "erusev/parsedown" : " ~0.7 "
18+ "dflydev/markdown" : " ~ 1.0" ,
19+ "erusev/parsedown" : " ~1.0 "
2020 },
2121 "extra" : {
2222 "branch-alias" : {
You can’t perform that action at this time.
0 commit comments