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
472 B

8 years ago
{
8 years ago
"name": "glmdev/meta",
8 years ago
"description": "The Framework for Meta enabled Laravel models.",
"license": "GPL-3.0",
8 years ago
"authors": [
{
"name": "Garrett Mills",
"email": "garrett@glmills.gq"
}
],
"require": {
"ramsey/uuid": "^3.2",
"glmdev/foundation": "^0.0.012"
8 years ago
},
"autoload": {
"psr-4": {
"App\\": "../../../app/",
8 years ago
"Glmdev\\Meta\\": "src/"
8 years ago
}
}
}