chengkun
2025-09-09 1ff9e27b020822168a95edd83be567e7153837f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "alibabacloud/tea-fileform",
  "description": "Alibaba Cloud Tea File Library for PHP",
  "type": "library",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Alibaba Cloud SDK",
      "email": "sdk-team@alibabacloud.com"
    }
  ],
  "require": {
    "php": ">5.5",
    "alibabacloud/tea": "^3.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^4.8.35|^5.4.3"
  },
  "autoload": {
    "psr-4": {
      "AlibabaCloud\\Tea\\FileForm\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "AlibabaCloud\\Tea\\FileForm\\Tests\\": "tests"
    }
  },
  "scripts": {
    "fixer": "php-cs-fixer fix ./",
    "test": [
      "@clearCache",
      "phpunit --colors=always"
    ],
    "clearCache": "rm -rf cache/*"
  },
  "config": {
    "sort-packages": true,
    "preferred-install": "dist",
    "optimize-autoloader": true
  },
  "prefer-stable": true,
  "minimum-stability": "dev"
}