Commit 45bebbc7 authored by Riccardo Padovani's avatar Riccardo Padovani

Transition from submodule to composer

parent 59ba5940
......@@ -4,3 +4,7 @@ sites/*/settings*.php
# Ignore paths that contain user-generated content.
sites/*/files
sites/*/private
# Ignore theme imported by Composer
sites/all/themes/valencia
vendor
[submodule "valencia"]
path = sites/all/themes/valencia
url = git@gitlab.com:ubuntu-it-web/valencia.git
branch = dev
{
"repositories": [
{
"type": "vcs",
"url": "git@gitlab.com:ubuntu-it-web/valencia.git"
}
],
"require": {
"ubuntu-it-web/valencia": "@dev"
},
"extra": {
"installer-paths": {
"sites/all/themes/{$name}/": ["type:drupal-theme"]
}
}
}
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "6c34869a6c814c63dd47a4cf06968467",
"packages": [
{
"name": "composer/installers",
"version": "v1.0.13",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "26d37e307f9aa6e2e81806a6525666f8ab5ba0ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/26d37e307f9aa6e2e81806a6525666f8ab5ba0ff",
"reference": "26d37e307f9aa6e2e81806a6525666f8ab5ba0ff",
"shasum": ""
},
"replace": {
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpunit/phpunit": "3.7.*"
},
"type": "composer-installer",
"extra": {
"class": "Composer\\Installers\\Installer",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Composer\\Installers\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "http://dontkry.com",
"role": "Developer"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "http://composer.github.com/installers/",
"keywords": [
"Craft",
"Hurad",
"MODX Evo",
"OXID",
"WolfCMS",
"agl",
"annotatecms",
"cakephp",
"codeigniter",
"concrete5",
"croogo",
"drupal",
"elgg",
"fuelphp",
"installer",
"joomla",
"kohana",
"laravel",
"lithium",
"magento",
"mako",
"mediawiki",
"modulework",
"phpbb",
"piwik",
"ppi",
"shopware",
"silverstripe",
"symfony",
"typo3",
"wordpress",
"zend",
"zikula"
],
"time": "2014-04-09 16:12:43"
},
{
"name": "ubuntu-it-web/valencia",
"version": "dev-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:ubuntu-it-web/valencia.git",
"reference": "545eae1eeb80a632a07421a2c338254e156bd1ad"
},
"require": {
"composer/installers": "~1.0"
},
"type": "drupal-theme",
"extra": {
"installer-name": "valencia"
},
"license": [
"GPLv2"
],
"authors": [
{
"name": "Ubuntu Italy Webteam",
"email": "gruppo-web@ubuntu-it.org"
}
],
"description": "A theme for Drupal 7 developed by the Ubuntu Italy community",
"time": "2014-05-03 21:12:34"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"ubuntu-it-web/valencia": 20
},
"platform": [
],
"platform-dev": [
]
}
File added
Subproject commit 4d31dfc7f5978f4a85089c9314fd72f26713509b
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment