Skip to content

Instantly share code, notes, and snippets.

@mAster-rAdio
Created July 12, 2016 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mAster-rAdio/7ac7fa448270677fb2d14e26229649bc to your computer and use it in GitHub Desktop.
Save mAster-rAdio/7ac7fa448270677fb2d14e26229649bc to your computer and use it in GitHub Desktop.
composer.jsonにforkしたライブラリを指定する。
"repositories":[
{
"type":"vcs",
"url":"https://github.com/mAster-rAdio/composer-yaml"
}
],
"require":{
...,
"igorw/composer-yaml":"*@dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment