eloquent-meta/composer.json

26 lines
579 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",
2016-06-30 15:38:07 +00:00
"email": "glmdev@outlook.com"
2016-04-17 17:29:50 +00:00
}
],
"require": {
"illuminate/support": "^5.2",
"illuminate/database": "^5.2",
2016-07-08 17:22:57 +00:00
"ramsey/uuid": "^3.4"
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
}
}
}