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",
22 "socialiteproviders/microsoft-azure": "^3.0"
25 "fzaninotto/faker": "~1.4",
26 "mockery/mockery": "0.9.*",
27 "phpunit/phpunit": "~5.0",
28 "symfony/css-selector": "3.1.*",
29 "symfony/dom-crawler": "3.1.*"
45 "post-root-package-install": [
46 "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
48 "post-create-project-cmd": [
49 "php artisan key:generate"
52 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
53 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
56 "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
57 "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
60 "Illuminate\\Foundation\\ComposerScripts::postInstall",
61 "php artisan optimize",
62 "php artisan cache:clear",
63 "php artisan view:clear"
66 "Illuminate\\Foundation\\ComposerScripts::postUpdate",
67 "php artisan optimize"
69 "refresh-test-database": [
70 "php artisan migrate:refresh --database=mysql_testing",
71 "php artisan db:seed --class=DummyContentSeeder --database=mysql_testing"
75 "preferred-install": "dist"