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

Conversation

@weierophinney
Copy link
Member

This patch updates the module to provide forwards compatibility with v3 releases of Zend Framework components. Specifically:

  • Updated PHP minimum supported version to 5.6.
  • Updated all component and module dependencies to the latest stable releases; if v3 releases exist, these are supported via || constraints.
  • Moved Module class to src/ tree, where it belongs, and:
    • Removed unneeded getAutoloaderConfig() implementation.
    • Ensured attachment of event listeners is correct.
  • Updates factories to be forwards compatible with zend-servicemanager v3
  • Updates the SwaggerViewStrategy to be forwards compatible with zend-eventmanager v3, and updates how it is attached to the view event manager.

- Updated PHP minimum supported version to 5.6.
- Updated all component and module dependencies to the latest stable releases;
  if v3 releases exist, these are supported via `||` constraints.
- Moved `Module` class to `src/` tree, where it belongs, and:
  - Removed unneeded `getAutoloaderConfig()` implementation.
  - Ensured attachment of event listeners is correct.
  - Updated to use short array notation.
  - Added docblocks.
- Added CONDUCT.md
- Updated CONTRIBUTING to refer to CONDUCT
- Updated CONTRIBUTING to refer to composer scripts
@weierophinney weierophinney added this to the 1.2.0 milestone Jul 14, 2016
@weierophinney weierophinney self-assigned this Jul 14, 2016
weierophinney added a commit that referenced this pull request Jul 14, 2016
@weierophinney weierophinney deleted the feature/zf3compat branch July 14, 2016 19:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant