2 "name": "bookstackapp/bookstack",
3 "description": "BookStack documentation platform",
4 "keywords": ["BookStack", "Documentation"],
15 "laravel/framework": "~5.5.44",
16 "fideloper/proxy": "~3.3",
17 "intervention/image": "^2.4",
18 "laravel/socialite": "^3.0",
19 "league/flysystem-aws-s3-v3": "^1.0",
20 "barryvdh/laravel-dompdf": "^0.8.1",
21 "predis/predis": "^1.1",
22 "gathercontent/htmldiff": "^0.2.1",
23 "barryvdh/laravel-snappy": "^0.4.0",
24 "socialiteproviders/slack": "^3.0",
25 "socialiteproviders/microsoft-azure": "^3.0",
26 "socialiteproviders/okta": "^1.0",
27 "socialiteproviders/gitlab": "^3.0",
28 "socialiteproviders/twitch": "^3.0",
29 "socialiteproviders/discord": "^2.0",
30 "doctrine/dbal": "^2.5"
33 "filp/whoops": "~2.0",
34 "fzaninotto/faker": "~1.4",
35 "mockery/mockery": "~1.0",
36 "phpunit/phpunit": "~6.0",
37 "symfony/css-selector": "3.1.*",
38 "symfony/dom-crawler": "3.1.*",
39 "laravel/browser-kit-testing": "^2.0",
40 "barryvdh/laravel-ide-helper": "^2.4.1",
41 "barryvdh/laravel-debugbar": "^3.1.0",
42 "squizlabs/php_codesniffer": "^3.2"
58 "post-root-package-install": [
59 "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
61 "post-create-project-cmd": [
62 "php artisan key:generate"
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 -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
70 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
73 "php artisan cache:clear",
74 "php artisan view:clear"
76 "post-autoload-dump": [
77 "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
78 "@php artisan package:discover"
80 "refresh-test-database": [
81 "php artisan migrate:refresh --database=mysql_testing",
82 "php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
86 "optimize-autoloader": true,
87 "preferred-install": "dist",