Update composer.json

Add gitignore
This commit is contained in:
Sam Georges 2014-05-14 23:21:18 +10:00
parent 273d9a2865
commit 3a5a0a00f8
2 changed files with 23 additions and 2 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
/bootstrap/compiled.php
/vendor
composer.lock
composer.phar
.DS_Store
php_errors.log
nginx-error.log
nginx-access.log
nginx-ssl.access.log
nginx-ssl.error.log
php-errors.log
sftp-config.json

View File

@ -6,13 +6,22 @@
"authors": [
{
"name": "Alexey Bobkov",
"email": "aleksey.bobkov@gmail.com"
"email": "aleksey.bobkov@gmail.com",
"role": "Co-founder"
},
{
"name": "Samuel Georges",
"email": "daftspunky@gmail.com"
"email": "daftspunky@gmail.com",
"role": "Co-founder"
}
],
"support": {
"issues": "https://github.com/octobercms/october/issues",
"forum": "http://octobercms.com/forum/",
"docs": "http://octobercms.com/docs/",
"irc": "irc://irc.freenode.net/october",
"source": "https://github.com/octobercms/october"
},
"require": {
"php": ">=5.4.0",
"laravel/framework": "4.1.*",