mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
17 lines
376 B
JSON
17 lines
376 B
JSON
{
|
|
"name": "michaelachrisco/readonly",
|
|
"description": "Readonly Models for Laravel 5",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Chrisco",
|
|
"email": "michaelachrisco@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.9"
|
|
},
|
|
"require-dev": {
|
|
"kahlan/kahlan": "^2.4",
|
|
"illuminate/database": ">=5.2.0"
|
|
}
|
|
}
|