2 "name": "bookstackapp/bookstack",
3 "description": "BookStack documentation platform",
4 "keywords": ["BookStack", "Documentation"],
16 "barryvdh/laravel-dompdf": "^0.8.6",
17 "barryvdh/laravel-snappy": "^0.4.7",
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.18",
24 "laravel/socialite": "^4.3.2",
25 "league/commonmark": "^1.4",
26 "league/flysystem-aws-s3-v3": "^1.0",
27 "nunomaduro/collision": "^3.0",
28 "onelogin/php-saml": "^3.3",
29 "predis/predis": "^1.1",
30 "socialiteproviders/discord": "^2.0",
31 "socialiteproviders/gitlab": "^3.0",
32 "socialiteproviders/microsoft-azure": "^3.0",
33 "socialiteproviders/okta": "^1.0",
34 "socialiteproviders/slack": "^3.0",
35 "socialiteproviders/twitch": "^5.0"
38 "barryvdh/laravel-debugbar": "^3.2.8",
39 "barryvdh/laravel-ide-helper": "^2.6.4",
40 "fzaninotto/faker": "^1.4",
41 "laravel/browser-kit-testing": "^5.1",
42 "mockery/mockery": "^1.0",
43 "phpunit/phpunit": "^8.0",
44 "squizlabs/php_codesniffer": "^3.4",
45 "wnx/laravel-stats": "^2.0"
65 "post-root-package-install": [
66 "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
68 "post-create-project-cmd": [
69 "@php artisan key:generate --ansi"
72 "@php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
73 "@php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
76 "@php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
77 "@php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
80 "@php artisan cache:clear",
81 "@php artisan view:clear"
83 "post-autoload-dump": [
84 "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
85 "@php artisan package:discover --ansi"
87 "refresh-test-database": [
88 "@php artisan migrate:refresh --database=mysql_testing",
89 "@php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
93 "optimize-autoloader": true,
94 "preferred-install": "dist",
95 "sort-packages": true,
105 "minimum-stability": "dev",
106 "prefer-stable": true