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

Added support for doctrine/migrations v2 #97

Merged
merged 4 commits into from
Mar 26, 2019
Merged

Added support for doctrine/migrations v2 #97

merged 4 commits into from
Mar 26, 2019

Conversation

michalbundyra
Copy link
Member

See: https://github.com/doctrine/migrations/releases/tag/v2.0.0

  • Changed class reference to use class names from V2.
  • Added autoload.php file to create aliases in case V1 is used.

@jrjohnson
Copy link

This seems great, would love it!

michalbundyra and others added 4 commits March 26, 2019 09:27
Composer 2.0 will not allow uppercase.
doctrine/migrations v2 requires ocramious/package-versions and
ocramius/proxy-manager, both of which make use of PHP 7.1+ features. As
such, in order to install even when platform dependencies are ignored,
we need the base requirements to target doctrine/migrations v1.

This patch represents installing with PHP 5.6.
@weierophinney weierophinney merged commit 7fdab86 into zendframework:develop Mar 26, 2019
@michalbundyra michalbundyra deleted the feature/doctrine-migrations-v2-support branch March 26, 2019 15:51
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.

3 participants