updated to foundation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "glmdev/meta",
|
||||
"description": "The Framework for Meta enabled Laravel models.",
|
||||
"license": "GNU General Public License v. 3",
|
||||
"license": "GPL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Garrett Mills",
|
||||
@@ -9,11 +9,12 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"ramsey/uuid": "^3.2"
|
||||
"ramsey/uuid": "^3.2",
|
||||
"glmdev/foundation": "^0.2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"App\\": "../../../app/",
|
||||
"Glmdev\\Meta\\": "src/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user