-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 958 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
{
"authors": [
{
"name": "Penguin Team",
"email": "mihaskep@gmail.com",
"homepage": "https://pengstud.com/"
}
],
"require": {
"slim/slim": "^3.10",
"monolog/monolog": "^1.17",
"zircote/swagger-php": "*",
"slim/http-cache": "*",
"illuminate/database": "~5.1",
"doctrine/doctrine-orm-module": "^1.1",
"twig/twig": "*",
"googleads/googleads-php-lib": "*",
"ext-openssl": "*",
"ext-soap": "*",
"google/auth": "^1.0.0",
"guzzlehttp/guzzle": "^6.0",
"guzzlehttp/psr7": "^1.2",
"phpdocumentor/reflection-docblock": "^4.0.0 || ^3.0.3",
"symfony/serializer": "^2.8.0 || ^3.0.3 || ^4.0.0",
"google/apiclient": "^2.0"
},
"config": {
"platform": {
"php": "7.0"
}
},
"autoload": {
"psr-4": {
"Adson\\Middleware\\": "app/middleware",
"Adson\\Model\\": "app/models",
"Adson\\Model\\Google\\v1\\": "app/models/google/v1",
}
}
}