-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer-generated.json
More file actions
42 lines (41 loc) · 1.05 KB
/
composer-generated.json
File metadata and controls
42 lines (41 loc) · 1.05 KB
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
{
"name": "getstream/getstream-php",
"description": "PHP SDK for GetStream API - Auto-generated components",
"type": "library",
"license": "MIT",
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-curl": "*",
"firebase/php-jwt": "^7.0",
"guzzlehttp/guzzle": "^7.0",
"vlucas/phpdotenv": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0"
},
"autoload": {
"psr-4": {
"GetStream\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"GetStream\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit",
"test-coverage": "phpunit --coverage-html coverage",
"analyse": "phpstan analyse src --level=max",
"cs-fix": "php-cs-fixer fix",
"cs-check": "php-cs-fixer fix --dry-run --diff"
},
"config": {
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
}