Files
This commit is contained in:
30
composer.json
Normal file
30
composer.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "incoviba/ui",
|
||||
"description": "Interfaz de Incoviba",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"slim/slim": "^4.9",
|
||||
"php-di/slim-bridge": "^3.2",
|
||||
"zeuxisoo/slim-whoops": "^0.7.3",
|
||||
"nyholm/psr7": "^1.4",
|
||||
"nyholm/psr7-server": "^1.0",
|
||||
"rubellum/slim-blade-view": "^0.1.1",
|
||||
"nesbot/carbon": "^2.54",
|
||||
"guzzlehttp/guzzle": "^7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"kint-php/kint": "^3.3"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Aldarien",
|
||||
"email": "aldarien85@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Incoviba\\UI\\Common\\": "common/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user