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