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

Prepare for a v3 release #51

Merged

Conversation

weierophinney
Copy link
Member

This patch prepares for a v3 release, as the code in zend-stdlib is stable at this time. Specifically, it does the following:

  • Updates the PHP dependency to ^5.5 || ^7.0.
  • Removes dependencies:
    • zend-config: this was used for one test case in ArrayUtils, and was redundant, as another test case covered the same functionality, via SPL artifacts.
    • zend-serializer: this was used previously in the zend-hydrator tests, and is no longer required.
  • Documentation:
    • Adds the documentation build chain introduced with Expressive and zend-servicemanager.
    • Removes the hydrator documentation (that will go under zend-hydrator).
    • Adds a migration chapter.

@gianarb
Copy link
Contributor

gianarb commented Feb 3, 2016

Without dependencies!! it seems a dream! 👍

@weierophinney
Copy link
Member Author

@ezimuel Once this is merged and we tag 3.0, this will VASTLY simplify the servicemanager migration effort!

- PHP => `^5.5 || ^7.0`
- Removed:
  - zend-serializer; not used in tests.
  - zend-config; only use was in a test, and that usage was redundant.
- Removed all chapters on hydrators, which, unfortunately, were the bulk of
  documentation.
- Added a migration document for v2 -> v3.
Adds the documentation build chain, including a landing page for the component.
@weierophinney weierophinney merged commit b11f73b into zendframework:develop Feb 3, 2016
weierophinney added a commit that referenced this pull request Feb 3, 2016
weierophinney added a commit that referenced this pull request Feb 3, 2016
@weierophinney weierophinney deleted the feature/v3-preparation branch February 3, 2016 16:55
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.

2 participants