mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"require": {
|
|
"symfony/console": "^6.0",
|
|
"symfony/process": "^6.0",
|
|
"vlucas/phpdotenv": "^5.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cli\\Commands\\": "Commands/",
|
|
"Cli\\Services\\": "Services/"
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "8.0.2"
|
|
}
|
|
}
|
|
}
|