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

Relax dependencies on Kdyby and allow install newer versions #13

Closed
wants to merge 1 commit into from

Conversation

fprochazka
Copy link

I haven't found any direct dependency on Kdyby, so I suppose it can be relaxed

$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for zenify/doctrine-migrations ~2.1 -> satisfiable by zenify/doctrine-migrations[v2.1.0].
    - Can only install one of: kdyby/doctrine[2.0.x-dev, 3.0.x-dev].
    - Can only install one of: kdyby/doctrine[2.0.x-dev, 3.0.x-dev].
    - zenify/doctrine-migrations v2.1.0 requires kdyby/doctrine ~2.0 -> satisfiable by kdyby/doctrine[2.3.x-dev, 2.0.x-dev].
    - Conclusion: don't install kdyby/doctrine 2.3.x-dev
    - Installation request for kdyby/doctrine ~3.0@dev -> satisfiable by kdyby/doctrine[3.0.x-dev].

"tracy/tracy": "~2.2"
},
"suggest": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm against optional dependencies. This can be dropped.

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