forked from boxwise/dropapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 765 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 765 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
{
"config": {
"platform": {
"php": "7.4.25"
}
},
"require-dev": {
"odan/phinx-migrations-generator": "^4.3.0",
"phan/phan": "^2.2",
"friendsofphp/php-cs-fixer": "^2.15",
"jakub-onderka/php-parallel-lint": "^1.0"
},
"require": {
"robmorgan/phinx": "^0.11.1",
"google/cloud-storage": "^1.12",
"opencensus/opencensus-exporter-stackdriver": "^0.1.0",
"sentry/sdk": "2.0.4",
"smarty/smarty": "^3.1",
"sendgrid/sendgrid": "^7.3",
"google/cloud-logging": "^1.18",
"google/cloud-error-reporting": "^0.15.0",
"fzaninotto/faker": "^1.8",
"auth0/auth0-php": "^7.5",
"opencensus/opencensus": "^0.6.0"
}
}