File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ matrix:
2121 - php : " 7.1"
2222 env : DOCS=yes
2323 - php : " 7.0"
24- env : REQUIRE="phpmyadmin/motranslator:^3.0 "
24+ env : REQUIRE="phpmyadmin/motranslator:^3.0"
2525 - dist : precise
2626 php : " 5.3"
2727
@@ -30,6 +30,7 @@ sudo: false
3030install :
3131 - composer install
3232 - if [ -n "$REQUIRE" ] ; then composer require "$REQUIRE" ; fi
33+ - if [ "$DOCS" = "yes" ] ; then composer require "apigen/apigen dev-master#e381f7c" "roave/better-reflection dev-master#c87d856" ; fi
3334
3435after_success :
3536 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2121 },
2222 "require-dev" : {
2323 "phpunit/php-code-coverage" : " *" ,
24- "phpunit/phpunit" : " ~4.8 || ~5.7" ,
25- "apigen/apigen" : " dev-master#e381f7cef4194571cc9303a5fa8842a352d7eabb" ,
26- "roave/better-reflection" : " dev-master#c87d856"
24+ "phpunit/phpunit" : " ~4.8 || ~5.7"
2725 },
2826 "conflict" : {
2927 "phpmyadmin/motranslator" : " <3.0"
You can’t perform that action at this time.
0 commit comments