mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-11-01 05:43:22 -07:00
Merge pull request #1 from michaelachrisco/dep
Move DB model to development
This commit is contained in:
commit
90f53b52a3
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.9",
|
"php": ">=5.5.9"
|
||||||
"illuminate/database": ">=5.2.0"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"crysalead/kahlan": "^2.4"
|
"crysalead/kahlan": "^2.4",
|
||||||
|
"illuminate/database": ">=5.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue