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

Commit 0466104

Browse files
committed
Added requirements to composer.json
1 parent 5a5417a commit 0466104

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"email": "peter@petschko.org"
1010
}
1111
],
12-
"require": {},
12+
"require": {
13+
"php": ">=5.3.10",
14+
"ext-soap": "*",
15+
"ext-mbstring": "*"
16+
},
1317
"autoload": {
1418
"psr-4": {
1519
"Petschko\\DHL\\": "includes/"

0 commit comments

Comments
 (0)