Compare commits

...

1 Commits

Author SHA1 Message Date
f8146b47c5 Composer file 2021-03-15 17:53:31 -03:00
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "provm/controller",
"description": "Controller traits",
"type": "library",
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"license": "MIT",
"authors": [
{
"name": "Aldarien",
"email": "aldarien85@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"ProVM\\Common\\": "common"
}
}
}