config
This commit is contained in:
69
app_old/composer.json
Normal file
69
app_old/composer.json
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"name" : "aldarien/incoviba",
|
||||
"description" : "Intranet portal for Incoviba",
|
||||
"type" : "project",
|
||||
"require" : {
|
||||
"aldarien/asset": "*",
|
||||
"aldarien/config": "*",
|
||||
"aldarien/format": "*",
|
||||
"aldarien/response": "*",
|
||||
"aldarien/session": "*",
|
||||
"aldarien/url": "*",
|
||||
"aldarien/view": "*",
|
||||
"berrnd/slim-blade-view": "^0.1.1",
|
||||
"guzzlehttp/guzzle": "*",
|
||||
"incoviba/modelos": "*",
|
||||
"j4mie/paris": "^1.5",
|
||||
"monolog/monolog": "^3",
|
||||
"nesbot/carbon": "^2",
|
||||
"nyholm/psr7": "*",
|
||||
"nyholm/psr7-server": "*",
|
||||
"php-di/php-di": "*",
|
||||
"php-di/slim-bridge": "*",
|
||||
"phpoffice/phpspreadsheet": "^1",
|
||||
"phpoffice/phpword": "^0",
|
||||
"rubellum/slim-blade-view": "*",
|
||||
"slam/php-excel": "^4.4",
|
||||
"slim/slim": "^4",
|
||||
"symfony/console": "6.4.x-dev",
|
||||
"vlucas/phpdotenv": "^5.3",
|
||||
"voku/stringy": "^6"
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "*",
|
||||
"kint-php/kint" : "*",
|
||||
"filp/whoops" : "*"
|
||||
},
|
||||
"license" : "GNU AGPLv3",
|
||||
"authors" : [{
|
||||
"name" : "Aldarien",
|
||||
"email" : "jpvial@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"App\\" : "app/",
|
||||
"ProVM\\Common\\": "provm/common/"
|
||||
},
|
||||
"files" : [
|
||||
"app/Helper/functions.php"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "./aldarien/**",
|
||||
"options": {
|
||||
"symlink": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "./incoviba/modelos"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user