php-diff icon indicating copy to clipboard operation
php-diff copied to clipboard

Download by composer

Open tmeqa opened this issue 9 years ago • 2 comments

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.

tmeqa avatar Aug 10 '15 11:08 tmeqa

Use this in your composer.json:

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

.....

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

FractalizeR avatar Oct 05 '15 09:10 FractalizeR

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.

violuke avatar Aug 06 '18 10:08 violuke