Create composer.json and run php composer.phar install
{
"repositories":[
{
"type": "vcs",
"url": "[email protected]:underscore05/simplemvcbase.git"
}
],
"require": {
"underscore05/simplemvcbase":"@dev"
}
}
Create composer.json and run php composer.phar install
{
"repositories":[
{
"type": "vcs",
"url": "[email protected]:underscore05/simplemvcbase.git"
}
],
"require": {
"underscore05/simplemvcbase":"@dev"
}
}