12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "oxusmedia/webapp-multi-skeleton",
- "description": "Project skeleton for webapp multi account admin panel",
- "type": "project",
- "authors": [
- {
- "name": "Fernando Badano",
- "email": "fernando@oxusmedia.com",
- "homepage": "https://www.oxusmedia.com",
- "role": "Developer"
- },
- {
- "name": "Gabriel Badano",
- "email": "gbadano@oxusmedia.com",
- "homepage": "https://www.oxusmedia.com",
- "role": "Developer"
- }
- ],
- "config": {
- "vendor-dir": "protected/vendor"
- },
- "require": {
- "oxusmedia/webapp-multi": "*"
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "gogs@gogs.oxusmedia.com:oxusmedia/webapp.git"
- },
- {
- "type": "vcs",
- "url": "gogs@gogs.oxusmedia.com:oxusmedia/webapp-multi.git"
- }
- ],
- "scripts": {
- "post-update-cmd": [
- "php protected/vendor/oxusmedia/webapp/scripts/installassets.php assets"
- ],
- "post-install-cmd": [
- "php protected/vendor/oxusmedia/webapp/scripts/installassets.php assets"
- ]
- }
- }
|