diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e03ecc0e2 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/composer.json b/composer.json index 919201fde..36386b07c 100644 --- a/composer.json +++ b/composer.json @@ -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.*",