Upload files

This commit is contained in:
2021-12-22 01:38:34 -03:00
parent fddba2fb87
commit 93f77bfbb8
9 changed files with 275 additions and 20 deletions

View File

@ -8,7 +8,8 @@
"rubellum/slim-blade-view": "^0.1.1",
"nyholm/psr7-server": "^1.0",
"zeuxisoo/slim-whoops": "^0.7.3",
"nyholm/psr7": "^1.4"
"nyholm/psr7": "^1.4",
"guzzlehttp/guzzle": "^7.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
@ -24,11 +25,5 @@
"psr-4": {
"Contabilidad\\Common\\": "common"
}
},
"repositories": [
{
"type": "git",
"url": "http://git.provm.cl/ProVM/controller.git"
}
]
}
}