-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 993 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
{
"name": "fourlabs/gmail-bundle",
"description": "Gmail API Wrapper for Symfony",
"license": "MIT",
"homepage": "https://github.com/fourlabsldn/GmailBundle",
"keywords": [
"PHP","Gmail API", "Gmail Bundle", "Symfony"
],
"authors": [
{
"name": "Four Labs",
"email": "[email protected]",
"homepage": "https://fourlabs.co.uk/"
}
],
"require": {
"php": ">=7.1",
"symfony/http-foundation": "~2.8|~3.0|~3.1",
"symfony/http-kernel": "~2.8|~3.0|~3.1",
"symfony/config": "~2.8|~3.0|~3.1",
"symfony/routing": "~2.8|~3.0|~3.1",
"symfony/dependency-injection": "~2.8|~3.0|~3.1",
"symfony/event-dispatcher": "~2.8|~3.0|~3.1",
"symfony/form": "~2.8|~3.0|~3.1",
"symfony/options-resolver": "~2.8|~3.0|~3.1",
"swiftmailer/swiftmailer": "~5.4.0|~6.0.0",
"google/apiclient": "~2.2.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-4": {
"FL\\GmailBundle\\": ""
}
}
}