You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
795 B
33 lines
795 B
9 months ago
|
{
|
||
|
"name": "alibabacloud/linkvisual-20180120",
|
||
|
"description": "Alibaba Cloud LinkVisual (20180120) SDK 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-utils": "^0.2.19",
|
||
|
"alibabacloud/darabonba-openapi": "^0.2.8",
|
||
|
"alibabacloud/openapi-util": "^0.1.10|^0.2.1",
|
||
|
"alibabacloud/endpoint-util": "^0.1.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"AlibabaCloud\\SDK\\Linkvisual\\V20180120\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"scripts": {
|
||
|
"fixer": "php-cs-fixer fix ./"
|
||
|
},
|
||
|
"config": {
|
||
|
"sort-packages": true,
|
||
|
"preferred-install": "dist",
|
||
|
"optimize-autoloader": true
|
||
|
},
|
||
|
"prefer-stable": true
|
||
|
}
|