-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.21 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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/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": "barbara@cptechinc.com",
"homepage": "https://www.cptechinc.com",
"role": "Developer"
},
{
"name": "Paul Gomez",
"email": "paul@cptechinc.com",
"homepage": "https://www.cptechinc.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"ext-gd": "*",
"jwage/purl": "dev-cptechinc",
"twig/twig": "2.x-dev#0da153eb3b843d1117e52c882df6f40aefb954ab",
"propel/propel": "dev-master#3087361bd27f3598f3ecd70e9fd272a5c2575b88",
"cptechinc/dplus-model": "dev-master",
"cptechinc/dpluso-model": "dev-master",
"mikehaertl/phpwkhtmltopdf": "dev-master",
"picqer/php-barcode-generator": "dev-master",
"phpoffice/phpspreadsheet": "dev-master#11575ef3c416aa9c0be1ae3dfd3cad8d385a418c",
"vlucas/phpdotenv": "5.4.x-dev"
},
"autoload": {
"files": [
"wire/core/ProcessWire.php",
"site/modules/Pauldro/vendor/autoload.php"
]
}
}