-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 892 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 892 Bytes
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
{
"name": "creative/selectel-flysystem-bundle",
"type": "symfony-bundle",
"description": "Bundle for selectel's api",
"keywords": [],
"license": "MIT",
"require": {
"php": ">=7.3.0",
"league/flysystem": "^1.0",
"guzzlehttp/guzzle": "^6.3||^7.0",
"symfony/dependency-injection": "^4.2||^5.0",
"symfony/config": "^4.2||^5.0",
"symfony/http-kernel": "^4.2||^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1",
"symfony/phpunit-bridge": "^4.0",
"symfony/yaml": "^4.0",
"fzaninotto/faker": "^1.7",
"sebastian/phpcpd": "^5.0",
"friendsofphp/php-cs-fixer": "^2.13",
"vimeo/psalm": "^3.0"
},
"autoload": {
"psr-4": {
"Creative\\SelectelBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
}
}