added docblocks, contract, and service provider
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user