Browse Source

ci: fix name check

Anankke 2 months ago
parent
commit
b57942b5ca
2 changed files with 11 additions and 2 deletions
  1. 10 1
      composer.json
  2. 1 1
      composer.lock

+ 10 - 1
composer.json

@@ -1,4 +1,13 @@
 {
+    "name": "anankke/sspanel-uim",
+    "description": "Multi-functional proxy service management system supporting Shadowsocks(2022), V2Ray, Trojan and TUIC protocols",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Anankke",
+            "homepage": "https://github.com/Anankke"
+        }
+    ],
     "require": {
         "php": "^8.2",
         "ext-bcmath": "*",
@@ -14,7 +23,7 @@
         "ext-yaml": "*",
         "ext-zip": "*",
         "alibabacloud/dm-20170622": "^1",
-        "alipaysdk/openapi": "*@dev",
+        "alipaysdk/openapi": "dev-master",
         "aws/aws-sdk-php": "^3",
         "danielsreichenbach/geoip2-update": "^2",
         "geoip2/geoip2": "^3",

+ 1 - 1
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "8e52e80ad0beb4ca5caca09ef57425e8",
+    "content-hash": "db9cb96fe51a37fad9f23d81f6991dbe",
     "packages": [
         {
             "name": "adbario/php-dot-notation",