"behat/behat" is the original library and "dev-fork" is the branch is needed. "rakauchuk/Behat" is a fork of "dev-master" branch. "composer update" should get the modified version of "behat/behat"
Created
October 19, 2015 07:42
-
-
Save rakauchuk/7f6a1bf4dfb19e920e50 to your computer and use it in GitHub Desktop.
Use self git-fork in composer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "", | |
"license": "proprietary", | |
"description": "", | |
"repositories": [ | |
{ | |
"type": "vcs", | |
"url": "https://github.com/rakauchuk/Behat" | |
} | |
], | |
"require": { | |
"behat/behat": "dev-master" | |
}, | |
"minimum-stability": "dev", | |
"prefer-stable": true, | |
"config": { | |
"bin-dir": "bin/" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment