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

Mark package as a conflict with zend-servicemanager v2 #1

Merged

Conversation

weierophinney
Copy link
Member

As noted in zendframework/zend-servicemanager#125, because this package duplicates several classes from zend-servicemanager v2, it is technically a conflict. This is noted in particular if you try do do composer dumpautoload --optimize, as that command will fail due to failure to disambiguate.

As such, this patch removes the v2 compatibility within its requirements, and explicitly marks v2 as a conflict.

Additionally, as this will be a breaking change, it also updates the package to specify PHP 5.6 as the new minimum supported PHP version.

As noted in zendframework/zend-servicemanager#125, because this package
duplicates several classes from zend-servicemanager v2, it is technically a
conflict. This is noted in particular if you try do do `composer dumpautoload
--optimize`, as that command will fail due to failure to disambiguate.

As such, this patch removes the v2 compatibility within its requirements, and
explicitly marks v2 as a conflict.

Additionally, as this will be a breaking change, it also updates the package to
specify PHP 5.6 as the new minimum supported PHP version.
@weierophinney weierophinney added this to the 1.1.0 milestone Jun 13, 2016
@akrabat
Copy link

akrabat commented Jun 13, 2016

Looks good.

@weierophinney weierophinney merged commit 2a5fc4d into zendframework:develop Jun 13, 2016
weierophinney added a commit that referenced this pull request Jun 13, 2016
weierophinney added a commit that referenced this pull request Jun 13, 2016
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