Estructura central

This commit is contained in:
2020-04-30 08:26:51 -04:00
parent a8a3787f39
commit 29fc03937a
11 changed files with 250 additions and 1 deletions

31
composer.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "provm/capitalinvestments",
"description": "Web para Capital Investments",
"type": "project",
"require": {
"slim/slim": "^4.5",
"php-di/slim-bridge": "^3.0",
"rubellum/slim-blade-view": "^0.1.1",
"nyholm/psr7": "^1.2",
"nyholm/psr7-server": "^0.4.1",
"nesbot/carbon": "^2.32"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"kint-php/kint": "^3.3",
"zeuxisoo/slim-whoops": "^0.7.2"
},
"license": "UNLICENSED",
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
],
"autoload": {
"psr-4": {
"ProVM\\KI\\Common\\": "common",
"ProVM\\KI\\": "src"
}
}
}