1 Star 0 Fork 255

hwungl / BeikeShop跨境电商系统(Laravel 商城)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 3.08 KB
一键复制 编辑 原始数据 按行查看 历史
Edward Yang 提交于 2023-09-05 18:27 . Upgrade packages.
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.0.2",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"doctrine/dbal": "^3.3",
"guzzlehttp/guzzle": "^7.2",
"intervention/image": "^2.7",
"jenssegers/agent": "^2.6",
"laravel/framework": "^9.0",
"laravel/horizon": "^5.10",
"laravel/socialite": "^5.5",
"laravel/tinker": "^2.7",
"league/csv": "^9.8",
"phpoffice/phpspreadsheet": "^1.28",
"spatie/laravel-permission": "^5.5",
"srmklive/paypal": "^3.0",
"stripe/stripe-php": "^8.8",
"symfony/dom-crawler": "^6.0",
"tormjens/eventy": "^0.8.0",
"tymon/jwt-auth": "^2.0",
"ultrono/laravel-sitemap": "^9.1",
"unisharp/doc-us": "^1.3",
"utopia-php/domains": "^0.3.2",
"zanysoft/laravel-zip": "^2.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
"codeception/codeception": "^5.0",
"fakerphp/faker": "^1.9.1",
"laravel-lang/attributes": "^1.0",
"laravel-lang/lang": "^10.9",
"laravel-lang/publisher": "^13.0",
"laravel/dusk": "^7.7",
"laravel/pint": "^1.3",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/",
"Plugin\\": "plugins/",
"Beike\\": "beike/"
},
"files": [
"beike/Helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"pint": [
"./vendor/bin/pint --config=pint.json"
]
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
PHP
1
https://gitee.com/hwungl/beikeshop.git
git@gitee.com:hwungl/beikeshop.git
hwungl
beikeshop
BeikeShop跨境电商系统(Laravel 商城)
master

搜索帮助