mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-11-01 05:43:22 -07:00
18 lines
369 B
JSON
18 lines
369 B
JSON
|
{
|
||
|
"name": "michael/readonly",
|
||
|
"description": "Readonly Models for Laravel 5",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michael Chrisco",
|
||
|
"email": "michaelachrisco@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.5.9",
|
||
|
"illuminate/database": ">=5.2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"crysalead/kahlan": "^2.4"
|
||
|
}
|
||
|
}
|