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