2 "name": "bookstackapp/bookstack",
3 "description": "BookStack documentation platform",
4 "keywords": ["BookStack", "Documentation"],
16 "barryvdh/laravel-dompdf": "^0.8.5",
17 "barryvdh/laravel-snappy": "^0.4.5",
18 "doctrine/dbal": "^2.9",
19 "facade/ignition": "^1.4",
20 "fideloper/proxy": "^4.0",
21 "gathercontent/htmldiff": "^0.2.1",
22 "intervention/image": "^2.5",
23 "laravel/framework": "^6.12",
24 "laravel/socialite": "^4.3.2",
25 "league/commonmark": "^1.4",
26 "league/flysystem-aws-s3-v3": "^1.0",
27 "league/html-to-markdown": "^4.9",
28 "nunomaduro/collision": "^3.0",
29 "onelogin/php-saml": "^3.3",
30 "predis/predis": "^1.1",
31 "socialiteproviders/discord": "^2.0",
32 "socialiteproviders/gitlab": "^3.0",
33 "socialiteproviders/microsoft-azure": "^3.0",
34 "socialiteproviders/okta": "^1.0",
35 "socialiteproviders/slack": "^3.0",
36 "socialiteproviders/twitch": "^5.0"
39 "barryvdh/laravel-debugbar": "^3.2.8",
40 "barryvdh/laravel-ide-helper": "^2.6.4",
41 "fzaninotto/faker": "^1.4",
42 "laravel/browser-kit-testing": "^5.1",
43 "mockery/mockery": "^1.0",
44 "phpunit/phpunit": "^8.0",
45 "squizlabs/php_codesniffer": "^3.4",
46 "wnx/laravel-stats": "^2.0"
63 "post-root-package-install": [
64 "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
66 "post-create-project-cmd": [
67 "@php artisan key:generate --ansi"
70 "@php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
71 "@php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
74 "@php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
75 "@php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
78 "@php artisan cache:clear",
79 "@php artisan view:clear"
81 "post-autoload-dump": [
82 "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
83 "@php artisan package:discover --ansi"
85 "refresh-test-database": [
86 "@php artisan migrate:refresh --database=mysql_testing",
87 "@php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
91 "optimize-autoloader": true,
92 "preferred-install": "dist",
93 "sort-packages": true,
103 "minimum-stability": "dev",
104 "prefer-stable": true