41 lines
983 B
JSON
41 lines
983 B
JSON
{
|
|
"name": "bjorn-voesten/ciphersweet-for-laravel",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Bjorn Voesten",
|
|
"email": "bjorn-voesten@live.nl"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BjornVoesten\\CipherSweet\\": "src/",
|
|
"BjornVoesten\\CipherSweet\\Seeds\\": "database/seeds/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5|^8.0",
|
|
"illuminate/config": "^7.0|^8.0",
|
|
"illuminate/support": "^7.0|^8.0",
|
|
"illuminate/database": "^7.0|^8.0",
|
|
"paragonie/ciphersweet": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^5.0|^6.0",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"BjornVoesten\\CipherSweet\\CipherSweetServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|