Skip to content

Commit 81911ab

Browse files
committed
Eliminated support for PHP 5.3 due to drush/drush dependency
1 parent edc2e65 commit 81911ab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
language: php
22
php:
3+
- hhvm
4+
- 5.6
35
- 5.5
46
- 5.4
5-
- 5.3
67
before_install:
78
- composer install
89
sudo: false
10+
matrix:
11+
allow_failures:
12+
- php: hhvm
13+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"drush/drush":"dev-master-fulltest",
1818
"ensepar/html2pdf":"dev-master",
1919
"mpdf/mpdf":"v5.7.1",
20-
"php":">=5.3.3",
20+
"php":">=5.4.5",
2121
"symfony/console":"2.4.*",
2222
"wittiws/htmlawed":"dev-master",
2323
"wittiws/phpquery":"dev-master"

0 commit comments

Comments
 (0)