UI
This commit is contained in:
26
ui/composer.json
Normal file
26
ui/composer.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "incoviba/operadores",
|
||||
"description": "Modulo operadores para Incoviba",
|
||||
"type": "prohect",
|
||||
"require": {
|
||||
"php-di/slim-bridge": "^3.1",
|
||||
"nyholm/psr7": "^1.4",
|
||||
"nyholm/psr7-server": "^1.0",
|
||||
"rubellum/slim-blade-view": "^0.1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"kint-php/kint": "^3.3"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Aldarien",
|
||||
"email": "aldarien85@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Incoviba\\Common\\": "common/"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user