| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "six-shop/eav",
- "description": "EAV(Entity-Attribute-Value)模型",
- "type": "sixshop-extension",
- "keywords": [
- "sixshop",
- "thinkphp"
- ],
- "require": {
- "php": ">=8.3",
- "six-shop/core": ">=0.4 <1.0"
- },
- "authors": [
- {
- "name": "hui he",
- "email": "runphp@qq.com"
- }
- ],
- "license": "MIT",
- "autoload": {
- "psr-4": {
- "SixShop\\eav\\": "src"
- }
- },
- "extra": {
- "sixshop": {
- "id": "eav",
- "class": "SixShop\\eav\\Extension"
- }
- }
- }
|