mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #72] Can't install via composer: Installation request for symfony/symfony (installed at v3.4.3, required as 3.4.*) -> satisfiable by symfony/symfony[v3.4.3]. #50
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zilus on GitHub (Jan 25, 2018).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/72
Steps to reproduce:
$ composer create-project symfony/framework-standard-edition test$ composer require "dbdiff/dbdiff:@dev"Log:
@plashenkov commented on GitHub (Feb 20, 2018):
Hi! You try to install dbdiff to a project which uses symfony packages, and dbdiff, in its turn, depends on some symfony packages of different version. They conflict. As a most reasonable solution you can install dbdiff separately, make it probably global. Or install it to a subfolder of your project and run from there.
@fds-dtrm commented on GitHub (Mar 28, 2019):
Would still make sense to composer update this project at some point, because it is using 3 years old versions of its dependencies while it is even likely that the interfaces did not change that much and would only cause marginal refactoring.
@cm0n commented on GitHub (Apr 11, 2019):
Hi,
I have so diligently the same problem.
I already have symfony / yaml in my project but in the 3.4 version.I am not able to install dbdiff the composer because it says the dependency is 2.8.
The problem lies more to it that the code from here is 2 up 3 years old. I found the solution really great and was not able to find a better one like this, for my use case.
Maybe someone has an alternative that offers about the same?
Or does someone have a fork of it that is a bit more uptodate in dependency and/or code?
@fds-dtrm commented on GitHub (Apr 11, 2019):
Until then you can install dbdiff as a standalone project and still use it in another one through CLI.
@cm0n commented on GitHub (Apr 12, 2019):
Yes I know, but I want to extend the DBDiff classes and use it native in my project.
@celorodovalho commented on GitHub (Nov 19, 2020):
Check #109