Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 14b3b1e

Browse files
committed
Update requirements
1 parent 551aa50 commit 14b3b1e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -ex
33
apt update -y
4-
DEBIAN_FRONTEND=noninteractive apt install -y php-cli zip unzip
4+
DEBIAN_FRONTEND=noninteractive apt install -y php-cli zip unzip php-xml
55
hhvm --version
66
php --version
77

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"homepage": "https://github.com/usox/html2text",
77
"license": "MIT",
88
"authors": [
9-
{
10-
"name": "Daniel Jakob",
11-
"homepage": "https://github.com/usox",
12-
"role": "Developer"
13-
}
9+
{
10+
"name": "Daniel Jakob",
11+
"homepage": "https://github.com/usox",
12+
"role": "Developer"
13+
}
1414
],
1515
"autoload": {
1616
"psr-4": {
@@ -22,7 +22,6 @@
2222
},
2323
"require": {
2424
"hhvm": "^4",
25-
"ext-dom": "*",
2625
"ext-libxml": "*"
2726
},
2827
"require-dev": {

0 commit comments

Comments
 (0)