Showing
1 changed file
with
7 additions
and
7 deletions
| 1 | { | 1 | { |
| 2 | - "name": "laravel/laravel", | 2 | + "name": "ssddanbrown/bookstack", |
| 3 | - "description": "The Laravel Framework.", | 3 | + "description": "BookStack documentation platform", |
| 4 | - "keywords": ["framework", "laravel"], | 4 | + "keywords": ["BookStack", "Documentation"], |
| 5 | "license": "MIT", | 5 | "license": "MIT", |
| 6 | "type": "project", | 6 | "type": "project", |
| 7 | "require": { | 7 | "require": { |
| 8 | "php": ">=5.5.9", | 8 | "php": ">=5.5.9", |
| 9 | "laravel/framework": "5.1.*", | 9 | "laravel/framework": "5.1.*", |
| 10 | "intervention/image": "^2.3", | 10 | "intervention/image": "^2.3", |
| 11 | - "barryvdh/laravel-ide-helper": "^2.1", | 11 | + "laravel/socialite": "^2.0" |
| 12 | - "laravel/socialite": "^2.0", | ||
| 13 | - "barryvdh/laravel-debugbar": "^2.0" | ||
| 14 | }, | 12 | }, |
| 15 | "require-dev": { | 13 | "require-dev": { |
| 16 | "fzaninotto/faker": "~1.4", | 14 | "fzaninotto/faker": "~1.4", |
| 17 | "mockery/mockery": "0.9.*", | 15 | "mockery/mockery": "0.9.*", |
| 18 | "phpunit/phpunit": "~4.0", | 16 | "phpunit/phpunit": "~4.0", |
| 19 | - "phpspec/phpspec": "~2.1" | 17 | + "phpspec/phpspec": "~2.1", |
| 18 | + "barryvdh/laravel-ide-helper": "^2.1", | ||
| 19 | + "barryvdh/laravel-debugbar": "^2.0" | ||
| 20 | }, | 20 | }, |
| 21 | "autoload": { | 21 | "autoload": { |
| 22 | "classmap": [ | 22 | "classmap": [ | ... | ... |
-
Please register or sign in to post a comment