summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-12-14 12:15:47 +0100
committerMichal Čihař <michal@cihar.com>2017-12-14 12:15:47 +0100
commit82da4e9528fd0687cabb0c1101a713e0b34e90ec (patch)
tree294541b73e0e8a0ff44ff7bff06abf42c7efb5d8
parent9905007ebfacf62162e14edeeb93bdadc58b1b53 (diff)
downloadsql-parser-82da4e9528fd0687cabb0c1101a713e0b34e90ec.zip
sql-parser-82da4e9528fd0687cabb0c1101a713e0b34e90ec.tar.gz
sql-parser-82da4e9528fd0687cabb0c1101a713e0b34e90ec.tar.bz2
Add apigen as normal require-dev
This easies the setup Signed-off-by: Michal Čihař <michal@cihar.com>
-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"