-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 945 Bytes
/
Copy pathcomposer.json
File metadata and controls
43 lines (43 loc) · 945 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
34
35
36
37
38
39
40
41
42
43
{
"name": "klick/agents",
"description": "Governed machine access for Craft CMS and Craft Commerce.",
"type": "craft-plugin",
"homepage": "https://github.com/klick/agents",
"version": "0.29.0",
"license": "proprietary",
"keywords": [
"craft",
"craftcms",
"craft-plugin",
"commerce",
"agents",
"api",
"automation"
],
"authors": [
{
"name": "Marcus Scheller",
"homepage": "https://marcusscheller.com"
}
],
"support": {
"docs": "https://marcusscheller.com/docs/agents/",
"issues": "https://github.com/klick/agents/issues",
"source": "https://github.com/klick/agents"
},
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0"
},
"autoload": {
"psr-4": {
"Klick\\Agents\\": "src/"
}
},
"extra": {
"name": "Agents",
"handle": "agents",
"class": "Klick\\Agents\\Plugin",
"developerUrl": "https://marcusscheller.com"
}
}