24 lines
427 B
JSON
24 lines
427 B
JSON
{
|
|
"name": "incoviba/auth",
|
|
"description": "Identificador",
|
|
"type": "module",
|
|
"license": "UNLICENSED",
|
|
"authors": [
|
|
{
|
|
"name": "Aldarien",
|
|
"email": "aldarien85@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"nesbot/carbon": "^2.45"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app"
|
|
}
|
|
}
|
|
}
|