Skip to content

Commit 50cc1a3

Browse files
committed
require php 5.4
1 parent fc62629 commit 50cc1a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '5.3'
43
- '5.4'
54
- '5.5'
65
- '5.6'

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919
},
2020
"require": {
21+
"php": ">=5.4.0",
2122
"paquettg/php-html-parser": "^1.6"
2223
}
2324
}

0 commit comments

Comments
 (0)