2019-10-29 15:33:36 +08:00
|
|
|
{
|
2019-11-05 00:24:52 +08:00
|
|
|
"name": "v2board/v2board",
|
2019-10-29 15:33:36 +08:00
|
|
|
"type": "project",
|
2019-11-05 00:24:52 +08:00
|
|
|
"description": "v2board is a v2ray manage.",
|
2019-10-29 15:33:36 +08:00
|
|
|
"keywords": [
|
2019-11-05 00:24:52 +08:00
|
|
|
"v2board",
|
|
|
|
"v2ray",
|
2019-10-29 15:33:36 +08:00
|
|
|
"laravel"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2",
|
|
|
|
"fideloper/proxy": "^4.0",
|
2020-10-09 23:27:36 +08:00
|
|
|
"google/recaptcha": "^1.2",
|
2019-10-29 15:33:36 +08:00
|
|
|
"laravel/framework": "^6.0",
|
|
|
|
"laravel/tinker": "^1.0",
|
2020-03-11 19:25:07 +08:00
|
|
|
"lokielse/omnipay-alipay": "3.0.6",
|
2021-06-12 15:46:58 +08:00
|
|
|
"lokielse/omnipay-wechatpay": "^3.0",
|
2020-01-12 19:48:13 +08:00
|
|
|
"php-curl-class/php-curl-class": "^8.6",
|
2020-06-04 18:00:33 +08:00
|
|
|
"stripe/stripe-php": "^7.36.1",
|
2019-10-29 15:33:36 +08:00
|
|
|
"symfony/yaml": "^4.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"facade/ignition": "^1.4",
|
|
|
|
"fzaninotto/faker": "^1.4",
|
|
|
|
"mockery/mockery": "^1.0",
|
|
|
|
"nunomaduro/collision": "^3.0",
|
|
|
|
"phpunit/phpunit": "^8.0"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"preferred-install": "dist",
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"laravel": {
|
|
|
|
"dont-discover": []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-12-27 01:28:11 +08:00
|
|
|
"App\\": "app/",
|
|
|
|
"Library\\": "library/"
|
2019-10-29 15:33:36 +08:00
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"database/seeds",
|
|
|
|
"database/factories"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
"@php artisan package:discover --ansi"
|
|
|
|
],
|
|
|
|
"post-root-package-install": [
|
|
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
|
|
|
"@php artisan key:generate --ansi"
|
|
|
|
]
|
2020-04-02 17:18:47 +08:00
|
|
|
},
|
|
|
|
"repositories": {
|
|
|
|
"packagist": {
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
|
|
}
|
2019-10-29 15:33:36 +08:00
|
|
|
}
|
|
|
|
}
|