eloquent-meta/composer.json

27 lines
619 B
JSON
Raw Normal View History

2016-04-17 17:29:50 +00:00
{
2016-04-17 17:40:05 +00:00
"name": "glmdev/meta",
2016-04-17 17:29:50 +00:00
"description": "The Framework for Meta enabled Laravel models.",
2016-06-25 01:37:24 +00:00
"license": "GPL-3.0",
2016-04-17 17:29:50 +00:00
"authors": [
{
"name": "Garrett Mills",
"email": "garrett@glmills.gq"
}
],
"require": {
"illuminate/support": "^5.2",
"illuminate/database": "^5.2",
"ramsey/uuid": "^3.4",
2016-06-25 22:10:21 +00:00
"glmdev/foundation": "^0.0.10"
2016-04-17 17:29:50 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
2016-04-17 17:29:50 +00:00
"autoload": {
"psr-4": {
"Glmdev\\Meta\\": "src/",
"Glmdev\\Meta\\Tests\\": "tests/"
2016-04-17 17:29:50 +00:00
}
}
}