-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 925 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
{
"name": "gcgov/framework",
"description": "Open source framework for PHP applications. Includes MongoDB modelling system.",
"license": "MIT",
"autoload": {
"psr-4": {
"gcgov\\framework\\": "src/"
}
},
"require": {
"php": ">=8.2",
"nikic/fast-route": "^1.3",
"phpmailer/phpmailer": "^6.2",
"mongodb/mongodb": "^1.8",
"monolog/monolog": "^3.4",
"microsoft/microsoft-graph": "^1.25",
"lcobucci/jwt": "^4.0",
"lcobucci/clock": "^2.0",
"thenetworg/oauth2-azure": "^2.1",
"guzzlehttp/guzzle": "^7.0",
"andrewsauder/json-deserialize": "^2.5",
"symfony/validator": "^7.1",
"symfony/expression-language": "^7.1",
"symfony/property-access": "^7.1",
"zircote/swagger-php": "^4.7.9",
"hybridauth/hybridauth": "^3.8",
"swaggest/json-diff": "^3.11",
"google/cloud-kms": "^2.1",
"ext-mongodb": "*",
"ext-fileinfo": "*",
"ext-pdo": "*",
"spatie/typescript-transformer": "^2.4"
}
}