FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
BookStack/composer.json at master · lvps/BookStack · GitHub
lvps
/
BookStack
Public
forked from
injektion/BookStack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
BookStack
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
100 lines (100 loc) · 3.02 KB
Breadcrumbs
BookStack
/
composer.json
Copy path
File metadata and controls
100 lines (100 loc) · 3.02 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name"
:
"
bookstackapp/bookstack
"
,
"description"
:
"
BookStack documentation platform
"
,
"keywords"
: [
"
BookStack
"
,
"
Documentation
"
],
"license"
:
"
MIT
"
,
"type"
:
"
project
"
,
"require"
: {
"php"
:
"
^7.3|^8.0
"
,
"ext-curl"
:
"
*
"
,
"ext-dom"
:
"
*
"
,
"ext-gd"
:
"
*
"
,
"ext-json"
:
"
*
"
,
"ext-mbstring"
:
"
*
"
,
"ext-xml"
:
"
*
"
,
"barryvdh/laravel-dompdf"
:
"
^0.9.0
"
,
"barryvdh/laravel-snappy"
:
"
^0.4.8
"
,
"doctrine/dbal"
:
"
^2.12.1
"
,
"facade/ignition"
:
"
^1.16.4
"
,
"fideloper/proxy"
:
"
^4.4.1
"
,
"intervention/image"
:
"
^2.5.1
"
,
"laravel/framework"
:
"
^6.20.16
"
,
"laravel/socialite"
:
"
^5.1
"
,
"league/commonmark"
:
"
^1.5
"
,
"league/flysystem-aws-s3-v3"
:
"
^1.0.29
"
,
"nunomaduro/collision"
:
"
^3.1
"
,
"onelogin/php-saml"
:
"
^4.0
"
,
"predis/predis"
:
"
^1.1.6
"
,
"socialiteproviders/discord"
:
"
^4.1
"
,
"socialiteproviders/gitlab"
:
"
^4.1
"
,
"socialiteproviders/microsoft-azure"
:
"
^4.1
"
,
"socialiteproviders/okta"
:
"
^4.1
"
,
"socialiteproviders/slack"
:
"
^4.1
"
,
"socialiteproviders/twitch"
:
"
^5.3
"
,
"ssddanbrown/htmldiff"
:
"
^v1.0.1
"
},
"require-dev"
: {
"barryvdh/laravel-debugbar"
:
"
^3.5.1
"
,
"barryvdh/laravel-ide-helper"
:
"
^2.8.2
"
,
"fakerphp/faker"
:
"
^1.13.0
"
,
"laravel/browser-kit-testing"
:
"
^5.2
"
,
"mockery/mockery"
:
"
^1.3.3
"
,
"phpunit/phpunit"
:
"
^9.5.3
"
,
"squizlabs/php_codesniffer"
:
"
^3.5.8
"
},
"autoload"
: {
"classmap"
: [
"
database/seeds
"
,
"
database/factories
"
],
"psr-4"
: {
"BookStack
\\
"
:
"
app/
"
},
"files"
: [
"
app/helpers.php
"
]
},
"autoload-dev"
: {
"psr-4"
: {
"Tests
\\
"
:
"
tests/
"
}
},
"scripts"
: {
"post-root-package-install"
: [
"
@php -r
\"
file_exists('.env') || copy('.env.example', '.env');
\"
"
],
"post-create-project-cmd"
: [
"
@php artisan key:generate --ansi
"
],
"pre-install-cmd"
: [
"
@php -r
\"
!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');
\"
"
],
"post-install-cmd"
: [
"
@php artisan cache:clear
"
,
"
@php artisan view:clear
"
],
"post-autoload-dump"
: [
"
Illuminate
\\
Foundation
\\
ComposerScripts::postAutoloadDump
"
,
"
@php artisan package:discover --ansi
"
],
"refresh-test-database"
: [
"
@php artisan migrate:refresh --database=mysql_testing
"
,
"
@php artisan db:seed --class=DummyContentSeeder --database=mysql_testing
"
]
},
"config"
: {
"optimize-autoloader"
:
true
,
"preferred-install"
:
"
dist
"
,
"sort-packages"
:
true
,
"platform"
: {
"php"
:
"
7.3.0
"
}
},
"extra"
: {
"laravel"
: {
"dont-discover"
: []
}
},
"minimum-stability"
:
"
dev
"
,
"prefer-stable"
:
true
}
Back
|
FazBrowse Home
|
New Git URL