Skip to content

Commit 02990ff

Browse files
committed
Move apigen docs out of composer.json
Those can not be satisfied on older than php 7.1 Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 10cfa68 commit 02990ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3030
install:
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

3435
after_success:
3536
- bash <(curl -s https://codecov.io/bash)

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
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"

0 commit comments

Comments
 (0)