forked from CatLabInteractive/dolumar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (42 loc) · 915 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "catlabinteractive/dolumar",
"license" : "GPL-3.0",
"require": {
"catlabinteractive/dolumar-engine" : "~1.0.5",
"airbrake/phpbrake": "^0.2.0",
"openid/php-openid" : "dev-master",
"pear-pear/mdb2_driver_mysqli": "1.5.0-beta4",
"pear-pear/mdb2": "2.5.0-beta5 as 2.5.0",
"vlucas/phpdotenv": "^2.4"
},
"platform": {
"php": "^7.1.0"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:CatLabInteractive/dolumar-engine.git"
},
{
"type": "vcs",
"url": "[email protected]:CatLabInteractive/php-openid.git"
},
{
"type": "pear",
"url": "https://pear.php.net"
}
],
"autoload" : {
"classmap" : [
"src"
]
},
"require-dev": {
"zircote/swagger-php" : "*"
},
"minimum-stability" : "stable",
"prefer-stable" : true,
"config": {
"secure-http": false
}
}