mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated composer.json with some basic info
This commit is contained in:
parent
3d9084816e
commit
b912eb9fe3
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user