forked from yorknouse/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 735 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 735 Bytes
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
{
"config": {
"vendor-dir": "composer/vendor",
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"twig/twig": "v3.22.0",
"phpmailer/phpmailer": "v7.0.0",
"ezyang/htmlpurifier": "v4.19.0",
"google/recaptcha": "1.3.1",
"jcrowe/bad-word-filter": "v2.2.0",
"cbschuld/browser.php": "v1.9.6",
"cloudflare/sdk": "v1.1.7",
"ext-curl": "*",
"ext-gd": "*",
"google/apiclient": "v2.18.4",
"sentry/sentry": "4.18.1",
"voku/simple_html_dom": "4.8.10",
"aws/aws-sdk-php": "3.359.11",
"thingengineer/mysqli-database-class": "v2.9.4",
"ext-mysqli": "*",
"php": "8.5"
},
"scripts": {
},
"require-dev": {
"phpstan/phpstan": "2.1.32"
}
}