Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer require cdb ^1.0|^2.0 and fix unit tests for phpunit 6 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wgevaert
Copy link

When installing smw via composer on mw1.39, I get the following:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - onoi/tesa 0.1.0 requires wikimedia/cdb ~1.0 -> found wikimedia/cdb[1.0.0, ..., 1.4.1] but it conflicts with your root composer.json require (2.0.0).
    - mediawiki/semantic-media-wiki[3.2.0, ..., 3.2.3] require onoi/tesa ~0.1 -> satisfiable by onoi/tesa[0.1.0].
    - Root composer.json requires mediawiki/semantic-media-wiki ^3.2 -> satisfiable by mediawiki/semantic-media-wiki[3.2.0, 3.2.1, 3.2.2, 3.2.3].

This patch fixes that by also allowing cdb version ^2.0 (Not much has changed for the cdb versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant