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.

28 lines
646 B

{
"name": "glmdev/meta",
"description": "The Framework for Meta enabled Laravel models.",
"license": "GPL-3.0",
"authors": [
{
"name": "Garrett Mills",
"email": "garrett@glmills.gq"
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "^5.2",
"illuminate/database": "^5.2",
"ramsey/uuid": "^3.4",
"glmdev/foundation": "^0.0.004"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Glmdev\\Meta\\": "src/",
"Glmdev\\Meta\\Tests\\": "tests/"
}
}
}