2 "name": "ssddanbrown/bookstack",
3 "description": "BookStack documentation platform",
4 "keywords": ["BookStack", "Documentation"],
9 "laravel/framework": "5.4.*",
11 "intervention/image": "^2.3",
12 "laravel/socialite": "^3.0",
13 "barryvdh/laravel-ide-helper": "^2.2.3",
14 "barryvdh/laravel-debugbar": "^2.3.2",
15 "league/flysystem-aws-s3-v3": "^1.0",
16 "barryvdh/laravel-dompdf": "^0.8",
17 "predis/predis": "^1.1",
18 "gathercontent/htmldiff": "^0.2.1",
19 "barryvdh/laravel-snappy": "^0.3.1",
20 "laravel/browser-kit-testing": "^1.0",
21 "socialiteproviders/slack": "^3.0"
24 "fzaninotto/faker": "~1.4",
25 "mockery/mockery": "0.9.*",
26 "phpunit/phpunit": "~5.0",
27 "symfony/css-selector": "3.1.*",
28 "symfony/dom-crawler": "3.1.*"
44 "post-root-package-install": [
45 "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
47 "post-create-project-cmd": [
48 "php artisan key:generate"
51 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
52 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
55 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
56 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
59 "Illuminate\\Foundation\\ComposerScripts::postInstall",
60 "php artisan optimize",
61 "php artisan cache:clear",
62 "php artisan view:clear"
65 "Illuminate\\Foundation\\ComposerScripts::postUpdate",
66 "php artisan optimize"
68 "refresh-test-database": [
69 "php artisan migrate:refresh --database=mysql_testing",
70 "php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
74 "preferred-install": "dist"