Added composer.json

This commit is contained in:
Oliver Davies 2015-12-21 21:12:38 +00:00
parent d3dcec11cc
commit c75275e835
3 changed files with 2787 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/.sculpin/
/output_*/
/source/components/
/vendor/

22
composer.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "opdavies/sculpin-minimal",
"description": "A minimal installation of Sculpin.",
"licence": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Oliver Davies",
"email": "oliver@oliverdavies.uk",
"homepage": "https://www.oliverdavies.uk"
}
],
"require": {
"sculpin/sculpin": "2.0.*",
"components/bootstrap": "3.3.5",
"components/jquery": "~1.9.1"
},
"config": {
"component-dir": "source/components"
}
}

2764
composer.lock generated Normal file

File diff suppressed because it is too large Load diff