Updated composer.json with some basic info

This commit is contained in:
Dan Brown 2015-11-30 21:53:45 +00:00
parent 3d9084816e
commit b912eb9fe3

View File

@ -1,22 +1,22 @@
{ {
"name": "laravel/laravel", "name": "ssddanbrown/bookstack",
"description": "The Laravel Framework.", "description": "BookStack documentation platform",
"keywords": ["framework", "laravel"], "keywords": ["BookStack", "Documentation"],
"license": "MIT", "license": "MIT",
"type": "project", "type": "project",
"require": { "require": {
"php": ">=5.5.9", "php": ">=5.5.9",
"laravel/framework": "5.1.*", "laravel/framework": "5.1.*",
"intervention/image": "^2.3", "intervention/image": "^2.3",
"barryvdh/laravel-ide-helper": "^2.1", "laravel/socialite": "^2.0"
"laravel/socialite": "^2.0",
"barryvdh/laravel-debugbar": "^2.0"
}, },
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1" "phpspec/phpspec": "~2.1",
"barryvdh/laravel-ide-helper": "^2.1",
"barryvdh/laravel-debugbar": "^2.0"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [