summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--composer.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c66b1ee..0c7e5f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ matrix:
- php: "nightly"
include:
- php: "7.1"
- env: DOCS=yes REQUIRE="apigen/apigen:^4.1"
+ env: DOCS=yes
- php: "7.0"
env: REQUIRE="phpmyadmin/motranslator:^3.0"
- dist: precise
diff --git a/composer.json b/composer.json
index d794ea9..0053153 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,8 @@
},
"require-dev": {
"phpunit/php-code-coverage": "*",
- "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5"
+ "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5",
+ "apigen/apigen": "^4.1"
},
"conflict": {
"phpmyadmin/motranslator": "<3.0"