This commit is contained in:
2019-09-13 17:32:23 -03:00
parent de7db67e91
commit 52fcfdaf6d

24
composer.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "aldarien/models",
"description": "Model base",
"type": "module",
"require": {
"j4mie/paris": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"license": "MIT",
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
],
"autoload": {
"psr-4": {
"Aldarien\\Common\\": "common",
"Aldarien\\Models\\": "src"
}
}
}