Added license and package details (#25)

This commit is contained in:
Jan Alfred Richter 2018-09-14 12:48:24 +12:00 committed by Michael Chrisco
parent 7eb8050b66
commit eb090875d5

View file

@ -7,6 +7,9 @@
"email": "michaelachrisco@gmail.com"
}
],
"keywords": ["laravel", "eloquent", "read-only"],
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {"MichaelAChrisco\\ReadOnly\\": "src/"}
},