| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "six-shop/limit-purchase",
- "description": "商品限购功能扩展",
- "type": "sixshop-extension",
- "keywords": [
- "sixshop",
- "limit-purchase",
- "thinkphp"
- ],
- "require": {
- "php": ">=8.3",
- "six-shop/system": ">=0.3.32 <1.0"
- },
- "authors": [
- {
- "name": "hui he",
- "email": "runphp@qq.com"
- }
- ],
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "SixShop\\LimitPurchase\\": "src"
- }
- },
- "extra": {
- "sixshop": {
- "id": "limit-purchase",
- "class": "SixShop\\LimitPurchase\\Extension"
- }
- }
- }
|