Browse Source
Require ext-simplexml via composer
This makes phpunit (and static analysis?) happy
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/24395/head
Christoph Wurst
6 years ago
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with
3 additions and
1 deletions
-
composer.json
-
composer.lock
|
|
|
@ -15,6 +15,7 @@ |
|
|
|
"ext-json": "*", |
|
|
|
"ext-libxml": "*", |
|
|
|
"ext-pdo": "*", |
|
|
|
"ext-simplexml": "*", |
|
|
|
"ext-xmlreader": "*" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "be39e6ce67fced2d72723f6343bbe352", |
|
|
|
"content-hash": "dad26d14cb2d2c73421ba7ce9567cbff", |
|
|
|
"packages": [], |
|
|
|
"packages-dev": [ |
|
|
|
{ |
|
|
|
@ -2964,6 +2964,7 @@ |
|
|
|
"ext-json": "*", |
|
|
|
"ext-libxml": "*", |
|
|
|
"ext-pdo": "*", |
|
|
|
"ext-simplexml": "*", |
|
|
|
"ext-xmlreader": "*" |
|
|
|
}, |
|
|
|
"platform-dev": [], |
|
|
|
|