2016-03-28 11:15:08 -07:00
|
|
|
{
|
2016-03-28 11:38:08 -07:00
|
|
|
"name": "michaelachrisco/readonly",
|
2016-03-28 11:15:08 -07:00
|
|
|
"description": "Readonly Models for Laravel 5",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Chrisco",
|
|
|
|
"email": "michaelachrisco@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2018-09-13 17:48:24 -07:00
|
|
|
"keywords": ["laravel", "eloquent", "read-only"],
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
2016-12-06 16:51:43 -08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {"MichaelAChrisco\\ReadOnly\\": "src/"}
|
|
|
|
},
|
2016-03-28 11:15:08 -07:00
|
|
|
"require": {
|
2017-12-11 14:10:25 -08:00
|
|
|
"php": ">=7.0.0"
|
2016-03-28 11:15:08 -07:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-10-06 13:22:17 -07:00
|
|
|
"kahlan/kahlan": "^2.4",
|
2017-03-31 11:28:20 -07:00
|
|
|
"illuminate/database": ">=5.2.0",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.2"
|
2016-03-28 11:15:08 -07:00
|
|
|
}
|
|
|
|
}
|