mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"name": "michaelachrisco/readonly",
|
|
"description": "Readonly Models for Laravel 5+",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Chrisco",
|
|
"email": "michaelachrisco@gmail.com"
|
|
}
|
|
],
|
|
"keywords": ["laravel", "eloquent", "read-only"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {"MichaelAChrisco\\ReadOnly\\": "src/"}
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"kahlan/kahlan": "^2.4",
|
|
"illuminate/database": "=10.29.0"
|
|
}
|
|
}
|