added docblocks, contract, and service provider

This commit is contained in:
Jake Mitchell
2016-06-25 21:12:01 +00:00
parent 0985c6c829
commit ea3ec0bacc
13 changed files with 407 additions and 179 deletions

View File

@@ -9,13 +9,19 @@
}
],
"require": {
"ramsey/uuid": "^3.2",
"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": {
"App\\": "../../../app/",
"Glmdev\\Meta\\": "src/"
"Glmdev\\Meta\\": "src/",
"Glmdev\\Meta\\Tests\\": "tests/"
}
}
}