-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (33 loc) · 936 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
35
{
"repositories": [
{
"type": "vcs",
"url": "[email protected]:trackier/php-db-models.git"
},
{
"type": "vcs",
"url": "[email protected]:CloudStuffTech/zohobook-php-lib.git"
},
{
"type": "vcs",
"url": "[email protected]:CloudStuffTech/php-utils.git"
}
],
"require": {
"mongodb/mongodb": "^1.2.0",
"symfony/dom-crawler": "^3.1",
"symfony/css-selector": "^3.1",
"php-http/curl-client": "1.7",
"firebase/php-jwt": "^5.2",
"sentry/sentry": "^3.8",
"monolog/monolog": "^2.8",
"symfony/http-foundation": "^5.4",
"mailgun/mailgun-php": "^2.1",
"google/apiclient": "^2.12",
"guzzlehttp/guzzle": "^7.5",
"php-curl-class/php-curl-class": "8.0"
},
"config" : {
"vendor-dir": "framework/vendor"
}
}