-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1013 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 1013 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
{
"name": "numencode/wn-syncops-plugin",
"description": "NumenCode SyncOps plugin for Winter CMS",
"type": "winter-plugin",
"homepage": "https://www.numencode.com",
"keywords": ["winter cms", "winter", "plugin", "laravel", "numencode"],
"license": "MIT",
"support": {
"issues": "https://github.com/numencode/wn-syncops-plugin/issues",
"source": "https://github.com/numencode/wn-syncops-plugin"
},
"authors": [
{
"name": "Blaz Orazem",
"email": "blaz@orazem.si",
"homepage": "https://orazem.si/",
"role": "Founder"
}
],
"require": {
"php": "^8.1",
"winter/storm": "^1.2",
"phpseclib/phpseclib": "^3.0"
},
"autoload": {
"psr-4": {
"NumenCode\\SyncOps\\": ""
}
},
"extra": {
"installer-name": "syncops",
"installer-type": "winter-plugin"
},
"minimum-stability": "stable",
"prefer-stable": true
}