mirror of
https://github.com/michaelachrisco/ReadOnlyTraitLaravel.git
synced 2024-10-31 21:33:23 -07:00
Michael Chrisco
1cd655670f
* fix(composer): Update illuminate database to fix ci issues * fix(circleci): Use 8.0version of php to handle laravel database issue
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": "=8.83.23"
|
|
}
|
|
}
|