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

Commit

Permalink
Merge branch 'feature/91-extension-requirements' into develop
Browse files Browse the repository at this point in the history
Close #91
  • Loading branch information
weierophinney committed Jan 29, 2019
2 parents 7b9969e + 4cbbbbb commit 850fc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
24 changes: 1 addition & 23 deletions CHANGELOG.md
Expand Up @@ -6,29 +6,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 2.10.4 - TBD

### Added

- Nothing.
- [#91](https://github.com/zendframework/zend-feed/pull/91) adds explicit requirements for both ext-dom and ext-libxml to the package.

### Changed

Expand Down
2 changes: 2 additions & 0 deletions composer.json
Expand Up @@ -17,6 +17,8 @@
},
"require": {
"php": "^5.6 || ^7.0",
"ext-dom": "*",
"ext-libxml": "*",
"zendframework/zend-escaper": "^2.5.2",
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
},
Expand Down

0 comments on commit 850fc68

Please sign in to comment.