Skip to content

Commit 99659c5

Browse files
committed
Require ext-xml (has always been implicitly required anyways)
1 parent 1c7ba8a commit 99659c5

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"source": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api.git"
1818
},
1919
"require": {
20-
"php": ">=5.3.0"
20+
"php": ">=5.3.0",
21+
"ext-xml": "*"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": "^4.8 || ^5.0.5"

composer.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)