mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 13:25:49 +03:00
[GH-ISSUE #24] Composer installation #154
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#154
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 @CodingPeak on GitHub (Aug 24, 2016).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/24
Hi,
I can't install with Composer.
Any idea how I can fix this?
@jasdeepkhalsa commented on GitHub (Aug 24, 2016):
@Rubenvanhoeyveld Try with
composer require "dbdiff/dbdiff:@dev"The issue is noted here: https://github.com/composer/composer/issues/5211
@CodingPeak commented on GitHub (Feb 16, 2017):
I'm still having issues following the documentation to make dbdiff work...
I've had composer install dbdiff in the Z:\path\to\project\vendor directory.
The documentation says
But this happens:
Z:\path\to\project>./dbdiff
'.' is not recognized as an internal or external command,
operable program or batch file.
I think either I don't understand the documentation, or the instructions aren't very clear...