|
|
@@ -0,0 +1,32 @@
|
|
|
+{
|
|
|
+ "name": "six-shop/shipping-template",
|
|
|
+ "description": "运费模模板",
|
|
|
+ "type": "sixshop-extension",
|
|
|
+ "keywords": [
|
|
|
+ "sixshop",
|
|
|
+ "thinkphp"
|
|
|
+ ],
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.3",
|
|
|
+ "six-shop/core": ">=0.6 <1.0"
|
|
|
+ },
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "hui he",
|
|
|
+ "email": "runphp@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "SixShop\\ShippingTemplate\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "extra": {
|
|
|
+ "sixshop": {
|
|
|
+ "id": "six-shop-shipping-template",
|
|
|
+ "class": "SixShop\\ShippingTemplate\\Extension" }
|
|
|
+ },
|
|
|
+ "minimum-stability": "dev",
|
|
|
+ "prefer-stable": true
|
|
|
+}
|