-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 789 Bytes
/
composer.json
File metadata and controls
40 lines (40 loc) · 789 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
{
"name": "trk/component",
"description": "Module help you to create and use set of components to utilise in your ProcessWire page templates.",
"type": "pw-module",
"keywords": [
"totoglu",
"wire",
"component"
],
"homepage": "https://github.com/trk/Htmx",
"license": "MIT",
"authors": [
{
"name": "Iskender TOTOGLU",
"email": "iskender@totoglu.com",
"homepage": "https://totoglu.com/"
}
],
"autoload": {
"psr-4": {
"Totoglu\\Component\\": [
"src"
]
},
"files": [
"src/functions.php",
"FunctionsAPI.php"
]
},
"require": {
"php": ">=8.1"
},
"config": {
"process-timeout": 0,
"allow-plugins": {
"hari/pw-module": true
}
},
"minimum-stability": "dev"
}