-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 988 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
{
"name": "cptechinc/dplus",
"type": "library",
"description": "",
"keywords": [ "dplus", "distribution plus"],
"license": "MPL-2.0",
"homepage": "https://processwire.com",
"minimum-stability": "dev",
"repositories": [
{
"type": "git",
"url": "https://github.com/cptechinc/purl.git"
}
],
"authors": [
{
"name": "Barbara Bullemer",
"email": "[email protected]",
"homepage": "https://www.cptechinc.com",
"role": "Developer"
},
{
"name": "Paul Gomez",
"email": "[email protected]",
"homepage": "https://www.cptechinc.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"ext-gd": "*",
"jwage/purl": "dev-cptechinc",
"twig/twig": "^2.0",
"propel/propel": "~2.0@dev",
"cptechinc/dplus-model": "dev-master",
"cptechinc/dpluso-model": "dev-master",
"mikehaertl/phpwkhtmltopdf": "dev-master",
"picqer/php-barcode-generator": "dev-master"
},
"autoload": {
"files": [
"wire/core/ProcessWire.php"
]
}
}