-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·40 lines (40 loc) · 974 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
40
{
"name": "gg/matcha",
"description": "matcha",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "jgroc-de",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2 <8.0",
"slim/slim": "^3.10",
"slim/twig-view": "^2.4",
"fzaninotto/faker": "^1.7",
"geoip2/geoip2": "~2.0",
"phpmailer/phpmailer": "^6.0",
"psr/log": "^1.0",
"ext-json": "*",
"ext-pdo": "*",
"slim/csrf": "^1.0",
"symfony/dotenv": "^5.0",
"guzzlehttp/guzzle": "~6.0",
"google/apiclient": "^2.4",
"monolog/monolog": "^2.1",
"cloudinary/cloudinary_php": "^1.16",
"mailgun/mailgun-php": "^3.2",
"kriswallsmith/buzz": "^1.1",
"nyholm/psr7": "^1.3"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
}
}