begin to configure composer.json
.gitignore
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "ocio_odee_web/wcm8_theme", | |||
"description": "Theme for WCM8 Sites.", | |||
"type": "drupal-theme", | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "M Miller", | |||
"email": "miller.2676@gmail.com" | |||
} | |||
], | |||
"repositories": [ | |||
{ | |||
"type": "vcs", | |||
"url": "https://github.com/it-osu-web/it-osu-pl-drupal.git" | |||
} | |||
], | |||
"minimum-stability": "beta", | |||
"prefer-stable": true, | |||
"require": { | |||
"composer/installers": "^1.8", | |||
"oomphinc/composer-installers-extender": "^1.1" | |||
}, | |||
"require-dev": {}, | |||
"extra": { | |||
"installer-types": [ | |||
"design-system" | |||
] | |||
} | |||
} |
composer.lock
0 → 100644
Please register or sign in to comment