From 7661a6c995616afdb936eb1a6e4c95b6d3ada1c7 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 2 Jun 2016 13:39:44 -0500 Subject: [PATCH 1/2] Add zend-component-installer metadata Adds zend-component-installer metadata to ensure that the plugin will prompt to add the components to the application configuration. --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index de4f8a7..ce9b624 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,14 @@ "extra": { "branch-alias": { "dev-master": "1.0-dev" + }, + "zf": { + "component": [ + "Zend\\Mvc\\Plugin\\FilePrg", + "Zend\\Mvc\\Plugin\\FlashMessenger", + "Zend\\Mvc\\Plugin\\Identity", + "Zend\\Mvc\\Plugin\\Prg" + ] } }, "require": { From 1b26b8bee743e44d56096dbd5829a0abb573266b Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 2 Jun 2016 13:41:08 -0500 Subject: [PATCH 2/2] Added CHANGELOG for 1.0.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..05cb892 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. + +## 1.0.1 - 2016-06-02 + +### Added + +- Adds zend-component-installer metadata listing each component this metapackage + should install in application configuration. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing.