2 "name": "bookstackapp/bookstack",
3 "description": "BookStack documentation platform",
4 "keywords": ["BookStack", "Documentation"],
11 "laravel/framework": "~5.5.44",
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",
26 "doctrine/dbal": "^2.5"
29 "filp/whoops": "~2.0",
30 "fzaninotto/faker": "~1.4",
31 "mockery/mockery": "~1.0",
32 "phpunit/phpunit": "~6.0",
33 "symfony/css-selector": "3.1.*",
34 "symfony/dom-crawler": "3.1.*",
35 "laravel/browser-kit-testing": "^2.0",
36 "barryvdh/laravel-ide-helper": "^2.4.1",
37 "barryvdh/laravel-debugbar": "^3.1.0",
38 "squizlabs/php_codesniffer": "^3.2"
54 "post-root-package-install": [
55 "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
57 "post-create-project-cmd": [
58 "php artisan key:generate"
61 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
62 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
65 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
66 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
69 "php artisan cache:clear",
70 "php artisan view:clear"
72 "post-autoload-dump": [
73 "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
74 "@php artisan package:discover"
76 "refresh-test-database": [
77 "php artisan migrate:refresh --database=mysql_testing",
78 "php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
82 "optimize-autoloader": true,
83 "preferred-install": "dist",