This commit is contained in:
glmdev
2016-04-17 17:29:50 +00:00
commit 9bbe72a8f3
4 changed files with 235 additions and 0 deletions

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Glmdev/Meta",
"description": "The Framework for Meta enabled Laravel models.",
"license": "GNU General Public License v. 3",
"authors": [
{
"name": "Garrett Mills",
"email": "garrett@glmills.gq"
}
],
"minimum-stability": "beta",
"require": {
"ramsey/uuid": "^3.2"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Glmdev\\Meta\\": "packages/Glmdev/Meta/src"
}
}
}