mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
Move DB dependencies to development
This commit is contained in:
parent
40dbb9ef0b
commit
d2a7bf88f7
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"illuminate/database": ">=5.2.0"
|
||||
"php": ">=5.5.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"crysalead/kahlan": "^2.4"
|
||||
"crysalead/kahlan": "^2.4",
|
||||
"illuminate/database": ">=5.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue