-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 910 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 910 Bytes
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
{
"name": "dashmedia/purgecloudflare",
"description": "",
"type": "modx-package",
"keywords": ["modx","repoman"],
"homepage": "https://github.com/DashMedia/PurgeCloudFlare",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jason Carney",
"email": "jason@dashmedia.com.au",
"homepage" : "https://dashmedia.com.au/"
}
],
"support": {
"email": "jason@dashmedia.com.au",
"issues": "https://github.com/DashMedia/PurgeCloudFlare/issues",
"source": "https://github.com/DashMedia/PurgeCloudFlare.git"
},
"require": {
"php": ">=5.3"
},
"autoload": {
"classmap":["model/"]
},
"extra": {
"package_name": "purgecloudflare",
"namespace": "cloudflare",
"version": "2.1.1",
"release": "pl",
"category":"CloudFlare"
}
}