hfkfhkfhgjkuhgfkjfghkj
This commit is contained in:
68
composer.json
Executable file
68
composer.json
Executable file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"name": "thetempusproject/thetempusproject",
|
||||
"type": "project",
|
||||
"description": "The aim of this project is to provide a simple and stable platform for rapidly prototyping new web applications.",
|
||||
"license": "MIT",
|
||||
"minimum-stability": "dev",
|
||||
"keywords":
|
||||
[
|
||||
"thetempusproject",
|
||||
"php",
|
||||
"mvc",
|
||||
"framework"
|
||||
],
|
||||
"homepage": "https://TheTempusProject.com",
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Joey Kimsey",
|
||||
"email": "Joey@thetempusproject.com",
|
||||
"homepage": "https://JoeyKimsey.com",
|
||||
"role": "Lead Developer"
|
||||
}
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"components/jquery": "1.9.*",
|
||||
"fortawesome/font-awesome": "4.7",
|
||||
"thetempusproject/bedrock": "1.1.2",
|
||||
"thetempusproject/canary": "1.0.7",
|
||||
"thetempusproject/houdini": "2.0.3",
|
||||
"twbs/bootstrap": "5.2.3"
|
||||
},
|
||||
"autoload":
|
||||
{
|
||||
"files":
|
||||
[
|
||||
"app/functions/common.php"
|
||||
],
|
||||
"classmap":
|
||||
[
|
||||
"app/classes",
|
||||
"app/models"
|
||||
],
|
||||
"psr-4":
|
||||
{
|
||||
"TheTempusProject\\Bedrock\\": "vendor/thetempusproject/bedrock",
|
||||
"TheTempusProject\\Canary\\": "vendor/thetempusproject/canary",
|
||||
"TheTempusProject\\Houdini\\": "vendor/thetempusproject/houdini"
|
||||
}
|
||||
},
|
||||
"scripts":
|
||||
{
|
||||
"post-root-package-install":
|
||||
[
|
||||
"@php -r \"file_exists('docker/.env') || copy('docker/.env.example', '.env');\""
|
||||
]
|
||||
},
|
||||
"config":
|
||||
{
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"robloach/component-installer": true
|
||||
}
|
||||
},
|
||||
"prefer-stable": true
|
||||
}
|
Reference in New Issue
Block a user