2 "name": "bookstackapp/bookstack",
3 "description": "BookStack documentation platform",
4 "keywords": ["BookStack", "Documentation"],
11 "laravel/framework": "~5.5.42",
12 "fideloper/proxy": "~3.3",
13 "intervention/image": "^2.4",
14 "laravel/socialite": "^3.0",
15 "league/flysystem-aws-s3-v3": "^1.0",
16 "barryvdh/laravel-dompdf": "^0.8.1",
17 "predis/predis": "^1.1",
18 "gathercontent/htmldiff": "^0.2.1",
19 "barryvdh/laravel-snappy": "^0.4.0",
20 "socialiteproviders/slack": "^3.0",
21 "socialiteproviders/microsoft-azure": "^3.0",
22 "socialiteproviders/okta": "^1.0",
23 "socialiteproviders/gitlab": "^3.0",
24 "socialiteproviders/twitch": "^3.0",
25 "socialiteproviders/discord": "^2.0"
28 "filp/whoops": "~2.0",
29 "fzaninotto/faker": "~1.4",
30 "mockery/mockery": "~1.0",
31 "phpunit/phpunit": "~6.0",
32 "symfony/css-selector": "3.1.*",
33 "symfony/dom-crawler": "3.1.*",
34 "laravel/browser-kit-testing": "^2.0",
35 "barryvdh/laravel-ide-helper": "^2.4.1",
36 "barryvdh/laravel-debugbar": "^3.1.0",
37 "squizlabs/php_codesniffer": "^3.2"
53 "post-root-package-install": [
54 "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
56 "post-create-project-cmd": [
57 "php artisan key:generate"
60 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
61 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
64 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
65 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
68 "php artisan cache:clear",
69 "php artisan view:clear"
71 "post-autoload-dump": [
72 "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
73 "@php artisan package:discover"
75 "refresh-test-database": [
76 "php artisan migrate:refresh --database=mysql_testing",
77 "php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
81 "optimize-autoloader": true,
82 "preferred-install": "dist",