27 lines
636 B
JSON
27 lines
636 B
JSON
{
|
|
"name": "glmdev/meta",
|
|
"description": "The Framework for Meta enabled Laravel models.",
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Garrett Mills",
|
|
"email": "glmdev@outlook.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"illuminate/support": "^5.2",
|
|
"illuminate/database": "^5.2",
|
|
"ramsey/uuid": "^3.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Glmdev\\Meta\\": "src/",
|
|
"Glmdev\\Meta\\Commands\\": "src/Commands/",
|
|
"Glmdev\\Meta\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|