Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Adds ext-dom and ext-libxml #91

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- Composer requirements for ext-dom and ext-libxml

### Changed

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -18,7 +18,9 @@
"require": {
"php": "^5.6 || ^7.0",
"zendframework/zend-escaper": "^2.5.2",
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
"zendframework/zend-stdlib": "^2.7.7 || ^3.1",
"ext-dom": "*",
"ext-libxml": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
Expand Down