Skip to content

Commit 6612ee8

Browse files
committed
Update composer.json and .travis.yml as per #205
1 parent 3d8ae04 commit 6612ee8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ before_script:
1818
## Composer
1919
# - curl -s http://getcomposer.org/installer | php
2020
# - php composer.phar install --prefer-source
21+
- composer self-update
22+
- composer require dompdf/dompdf
2123
- composer install --prefer-source
22-
- composer selfupdate --quiet
2324
## PHP_CodeSniffer
2425
- pyrus install pear/PHP_CodeSniffer
2526
- phpenv rehash

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"ext-zip": "*"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "3.7.*",
41-
"dompdf/dompdf" : "0.6.*"
40+
"phpunit/phpunit": "3.7.*"
4241
},
4342
"suggest": {
44-
"ext-gd2": "*",
45-
"ext-xmlwriter": "*",
46-
"ext-xsl": "*"
43+
"ext-gd2": "Required to add images",
44+
"ext-xmlwriter": "Required to write DOCX and ODT",
45+
"ext-xsl": "Required to apply XSL style sheet to template part",
46+
"dompdf/dompdf": "Required to write PDF"
4747
},
4848
"autoload": {
4949
"psr-4": {

0 commit comments

Comments
 (0)