We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc2e65 commit 81911abCopy full SHA for 81911ab
.travis.yml
@@ -1,8 +1,13 @@
1
language: php
2
php:
3
+ - hhvm
4
+ - 5.6
5
- 5.5
6
- 5.4
- - 5.3
7
before_install:
8
- composer install
9
sudo: false
10
+matrix:
11
+ allow_failures:
12
+ - php: hhvm
13
+
composer.json
@@ -17,7 +17,7 @@
17
"drush/drush":"dev-master-fulltest",
18
"ensepar/html2pdf":"dev-master",
19
"mpdf/mpdf":"v5.7.1",
20
- "php":">=5.3.3",
+ "php":">=5.4.5",
21
"symfony/console":"2.4.*",
22
"wittiws/htmlawed":"dev-master",
23
"wittiws/phpquery":"dev-master"
0 commit comments