You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
499 B

{
"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"
}
}
}