-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.14 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.14 KB
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
{
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.86",
"php-parallel-lint/php-parallel-lint": "^1.3",
"rector/rector": "^2.1"
},
"require": {
"robmorgan/phinx": "^0.14",
"google/cloud-storage": "^1.48",
"opencensus/opencensus-exporter-stackdriver": "^0.1.0",
"smarty/smarty": "^5.6.0",
"sendgrid/sendgrid": "^8.1",
"google/cloud-logging": "1.28.*",
"auth0/auth0-php": "^8.0.5",
"opencensus/opencensus": "^0.7.0",
"kriswallsmith/buzz": "^1.2",
"nyholm/psr7": "^1.4",
"steampixel/simple-php-router": "^0.7.0",
"guzzlehttp/guzzle": "^7.3",
"endroid/qr-code": "^6.0",
"sentry/sentry": "^4.15",
"php-http/curl-client": "^2.2",
"google/cloud-error-reporting": "^0.22",
"google/cloud-datastore": "^1.32",
"open-telemetry/exporter-otlp": "^1.0",
"open-telemetry/sdk": "^1.0",
"symfony/yaml": "^7.3"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"tbachert/spi": true
},
"process-timeout": 1800
}
}