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