-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
35 lines (35 loc) · 1.15 KB
/
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
{
"require-dev": {
"odan/phinx-migrations-generator": "^5.4.0",
"phan/phan": "^5.0",
"friendsofphp/php-cs-fixer": "^3.5",
"php-parallel-lint/php-parallel-lint": "^1.3",
"rector/rector": "^1.0"
},
"require": {
"robmorgan/phinx": "^0.12",
"symfony/yaml": "^5.0",
"google/cloud-storage": "^1.12",
"opencensus/opencensus-exporter-stackdriver": "^0.1.0",
"smarty/smarty": "^4.5.3",
"sendgrid/sendgrid": "^7.3",
"google/cloud-logging": "^1.18",
"auth0/auth0-php": "^8.0.5",
"opencensus/opencensus": "^0.6.0",
"kriswallsmith/buzz": "^1.2",
"nyholm/psr7": "^1.4",
"steampixel/simple-php-router": "^0.7.0",
"guzzlehttp/guzzle": "^7.3",
"endroid/qr-code": "^4.4",
"sentry/sentry": "^4.3",
"php-http/curl-client": "^2.2",
"google/cloud-error-reporting": "^0.19.5",
"google/cloud-datastore": "^1.18",
"open-telemetry/exporter-otlp": "^1.0",
"open-telemetry/sdk": "^1.0" },
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}