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

Download by composer #34

Open
tmeqa opened this issue Aug 10, 2015 · 2 comments
Open

Download by composer #34

tmeqa opened this issue Aug 10, 2015 · 2 comments

Comments

@tmeqa
Copy link

tmeqa commented Aug 10, 2015

Could you configure this package in packagist. It is added, but i can't download it.
I think that the problem is in source link.

@FractalizeR
Copy link

Use this in your composer.json:

  "require": {
    "chrisboulton/php-diff": "dev-master"
}

.....

  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/chrisboulton/php-diff"
    }
  ]

@violuke
Copy link

violuke commented Aug 6, 2018

For people who prefer to not have the overhead of "repositories" or use dev-master, you can try this fork or this fork which are correctly registered with packagist.

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

No branches or pull requests

3 participants