-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.38 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "cptechinc/soft-dpluso",
"type": "library",
"description": "ProcessWire CMS/CMF",
"keywords": [ "dpluso", "dplus-crm","crm" ],
"license": "MPL-2.0",
"homepage": "https://processwire.com",
"minimum-stability": "dev",
"repositories": [
{
"type": "git",
"url": "https://github.com/cptechinc/purl.git"
}
],
"authors": [
{
"name": "Paul Gomez",
"email": "[email protected]",
"homepage": "https://www.cptechinc.com",
"role": "Developer"
},
{
"name": "Barbara Bullemer",
"email": "[email protected]",
"homepage": "https://www.cptechinc.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"ext-gd": "*",
"atk4/dsql": "1.1",
"jwage/purl": "dev-cptechinc",
"cptechinc/dplus-base": "dev-master",
"cptechinc/dplus-processwire": "dev-master",
"cptechinc/dplus-content": "dev-master",
"twig/twig": "^2.0",
"knplabs/github-api": "^2.13@dev",
"php-http/guzzle6-adapter": "^1.1"
},
"autoload": {
"files": [
"wire/core/ProcessWire.php",
"vendor/cptechinc/dplus-base/vendor/autoload.php",
"vendor/cptechinc/dplus-content/vendor/autoload.php"
]
}
}