-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.32 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.32 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
{
"name": "craftsmancoding/query",
"description": "Query provides a Snippet interface for xPDO's getCollection method so you can query any table and format the output, including pagination. It can be used as a replacement for getResources, but it offers much more flexibility because it's not constrained to fetching only resources.",
"type": "modx-package",
"keywords": ["modx","query","mysql","getresources","wayfinder"],
"homepage": "https://github.com/craftsmancoding/query",
"license": "GPL-2.0+",
"authors": [
{
"name": "Everett Griffiths",
"email": "everett@craftsmancoding.com",
"homepage" : "https://github.com/craftsmancoding/query"
}
],
"support": {
"email": "donotreply@craftsmancoding.org",
"issues": "https://github.com/craftsmancoding/query/issues",
"forum": "http://forums.modx.com/",
"wiki": "https://github.com/craftsmancoding/query/wiki",
"source": "https://github.com/craftsmancoding/query.git"
},
"require": {
"php": ">=5.3",
"craftsmancoding/pagination": "dev-master"
},
"autoload": {
},
"extra": {
"package_name": "Query",
"namespace": "query",
"version": "1.3.1",
"release": "pl",
"category":"Query"
}
}