42 lines
767 B
JSON
42 lines
767 B
JSON
|
|
{
|
||
|
|
"name": "jltx/support",
|
||
|
|
"description": "项目辅助功能",
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Jltx\\Support\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload-dev": {
|
||
|
|
"psr-4": {
|
||
|
|
"Jltx\\Support\\Tests\\": "tests/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "yeyixianyang",
|
||
|
|
"email": "yeyixianyang@163.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": "^8.4",
|
||
|
|
"illuminate/support": "^12.41",
|
||
|
|
"illuminate/database": "^12.41",
|
||
|
|
"ext-openssl": "*"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"pestphp/pest": "^4.1",
|
||
|
|
"laravel/pint": "^1.26"
|
||
|
|
},
|
||
|
|
"config": {
|
||
|
|
"allow-plugins": {
|
||
|
|
"pestphp/pest-plugin": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"format": "./vendor/bin/pint",
|
||
|
|
"test": "./vendor/bin/pest"
|
||
|
|
}
|
||
|
|
}
|