58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name" : "aldarien/incoviba",
|
|
"description" : "Intranet portal for Incoviba",
|
|
"type" : "project",
|
|
"require" : {
|
|
"aldarien/config" : "1.0.10",
|
|
"aldarien/asset" : "^1.0",
|
|
"aldarien/format" : "^1",
|
|
"aldarien/response" : "^1.0",
|
|
"aldarien/view" : "^1.0",
|
|
"aldarien/session" : "^1.0",
|
|
"j4mie/paris" : "^1.5",
|
|
"danielstjules/stringy" : "^3.1",
|
|
"phpoffice/phpspreadsheet": "1-beta",
|
|
"aldarien/url": "^1",
|
|
"nesbot/carbon": "^2",
|
|
"phpoffice/phpword": "^0.14.0",
|
|
"slam/php-excel": "^4.4",
|
|
"fabpot/goutte": "^3.2",
|
|
"incoviba/modelos": "dev-master",
|
|
"aldarien/models": "dev-master",
|
|
"incoviba/auth": "dev-master"
|
|
},
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "^6.3",
|
|
"kint-php/kint" : "^2.1",
|
|
"filp/whoops" : "^2.1"
|
|
},
|
|
"license" : "GNU AGPLv3",
|
|
"authors" : [{
|
|
"name" : "Aldarien",
|
|
"email" : "jpvial@gmail.com"
|
|
}
|
|
],
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"App\\" : "app"
|
|
},
|
|
"files" : [
|
|
"app/Helper/functions.php"
|
|
]
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "//192.168.1.100/git/modelos.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "//192.168.1.100/git/models.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "//192.168.1.100/git/auth.git"
|
|
}
|
|
]
|
|
}
|