-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
36 lines (36 loc) · 1.09 KB
/
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
{
"name": "surfnet/messagebird-api-client-bundle",
"abandoned": true,
"description": "A Symfony 3 & 4 bundle to integrate MessageBird's messaging service.",
"keywords": [
"messagebird",
"sms",
"surfnet"
],
"license": "Apache-2.0",
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"Surfnet\\MessageBirdApiClient\\": "src",
"Surfnet\\MessageBirdApiClientBundle\\": "src"
}
},
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^6.0",
"symfony/config": "^4.0 || ^5.0",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/http-kernel": "^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/console": "^5.0"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.3",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^8.5",
"sensiolabs/security-checker": "^v6.0.3",
"squizlabs/php_codesniffer": "^1.0",
"symfony/phpunit-bridge": "^3.0 || ^4.0 || ^5.0" ,
"mockery/mockery": "^1.6.4"
}
}