mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 16:27:24 +08:00
33 lines
685 B
JSON
33 lines
685 B
JSON
|
{
|
||
|
"name": "blessing/rejection",
|
||
|
"description": "Rejection is an object that indicates you are rejecting.",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Pig Fang",
|
||
|
"email": "g-plane@hotmail.com"
|
||
|
}
|
||
|
],
|
||
|
"type": "library",
|
||
|
"require": {
|
||
|
"illuminate/support": "^6 || ^7 || ^8"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~9.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Blessing\\": "src/Blessing"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"Tests\\": "tests"
|
||
|
}
|
||
|
},
|
||
|
"config": {
|
||
|
"sort-packages": true
|
||
|
},
|
||
|
"minimum-stability": "stable"
|
||
|
}
|