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

Remove legacy commands #47

Merged

Conversation

weierophinney
Copy link
Member

This patch builds on #44, and was originally updating it to consume the latest alpha versions of zend-expressive, zend-expressive-router, and zend-stratigility. In doing so, I identified tooling that simply didn't work anymore.

As such, this patch removes commands that were aimed at migrating from Expressive v1 to v2; in most cases, they did not work anymore due to API changes in dependencies (removal of constants, etc). Users will need to upgrade to v2 first, and then can update the tooling.

Commands removed include:

  • migrate:pipeline-from-config
  • migrate:original-messages
  • migrate:error-middleware-scanner

michalbundyra and others added 12 commits January 23, 2018 10:00
It migrates now all kind of interop middlewares
Migrate interop middlewares tool updated to final PSR-15
- zend-expressive: `^3.0.0alpha3 || ^3.0`
- zend-expressive-router: `^3.0.0alpha1 || ^3.0`
- zend-stratigility: `^3.0.0alpha3 || ^3.0`
This will likely need to be rewritten anyways, and was mostly a tool for
those going from v1 to v2 of Expressive.
All scripts are now contained in the `bin/expressive` command.
This was a tool for migrating from v1 to v2.
This was used to help migrate from v1 to v2.
@weierophinney weierophinney added this to the 1.0.0 milestone Feb 6, 2018
@weierophinney weierophinney merged commit 0857769 into zendframework:release-1.0.0 Feb 6, 2018
weierophinney added a commit that referenced this pull request Feb 6, 2018
weierophinney added a commit that referenced this pull request Feb 6, 2018
@weierophinney weierophinney deleted the feature/44-psr-15 branch February 6, 2018 22:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants