-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (37 loc) · 1023 Bytes
/
composer.json
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
{
"name": "justcommunication-ru/wb-smsaero-bundle",
"description": "SmsAero bundle",
"type": "symfony-bundle",
"keywords": ["sms","smsaero"],
"license": "proprietary",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"justcommunication-ru/wb-func-bundle": "^0.1.3",
"predis/predis": "^2.1",
"symfony/http-kernel": ">=5.4 ^6.2",
"symfony/config": ">=5.4 ^6.2",
"symfony/dependency-injection": ">=5.4 ^6.2",
"symfony/event-dispatcher": ">=5.4 ^6.2"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"JustCommunication\\SmsAeroBundle\\": "src/"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/JustCommunication-ru/wb-func-bundle.git"
}
],
"autoload-dev": {
"psr-4": {
"JustCommunication\\SmsAeroBundle\\Tests\\": "tests/"
}
}
}