feat: composer with git repositories

pull/54/head
farid saravi 4 years ago
parent b3941fe226
commit dbae825d4b

@ -24,7 +24,7 @@
"wm/portfolio": "dev-master",
"wm/product": "dev-master",
"wm/service": "dev-master",
"wm/store": "dev-dev",
"wm/store": "dev-master",
"zircote/swagger-php": "^3.0"
},
"provide": {
@ -78,36 +78,36 @@
},
"repositories": [
{
"type": "path",
"url": "./modules/wm-crm"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/crm.git"
},
{
"type": "path",
"url": "./modules/wm-common"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/common.git"
},
{
"type": "path",
"url": "./modules/wm-core"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/core.git"
},
{
"type": "path",
"url": "./modules/wm-blog"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/blog.git"
},
{
"type": "path",
"url": "./modules/wm-portfolio"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/portfolio.git"
},
{
"type": "path",
"url": "./modules/wm-product"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/product.git"
},
{
"type": "path",
"url": "./modules/wm-service"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/service.git"
},
{
"type": "path",
"url": "./modules/wm-store"
"type": "vcs",
"url": "https://git.willaspace.com/WillaEngine-Project/store.git"
}
]
}

563
composer.lock generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save