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"
62 "post-root-package-install": [
63 "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
65 "post-create-project-cmd": [
66 "@php artisan key:generate --ansi"
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 -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
74 "@php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
77 "@php artisan cache:clear",
78 "@php artisan view:clear"
80 "post-autoload-dump": [
81 "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
82 "@php artisan package:discover --ansi"
84 "refresh-test-database": [
85 "@php artisan migrate:refresh --database=mysql_testing",
86 "@php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
90 "optimize-autoloader": true,
91 "preferred-install": "dist",
92 "sort-packages": true,
102 "minimum-stability": "dev",
103 "prefer-stable": true