123456789101112131415161718192021222324252627 |
- {
- "name": "ibrand/shipping",
- "description": "GuoJiangClub's shipping component",
- "keywords": [
- "GuoJiangClub",
- "shipping",
- "component"
- ],
- "license": "MIT",
- "authors": [
- {
- "name": "shjchen",
- "email": "i@chenhow.com"
- }
- ],
- "require": {
- "php": ">=7.0"
- },
- "autoload": {
- "psr-4": {
- "GuoJiangClub\\Component\\Shipping\\": "src/"
- }
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|