master 1
This commit is contained in:
21
composer.json
Normal file
21
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user