-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.4 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.4 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
36
37
38
39
40
41
42
43
44
{
"name": "mikomagni/statamic-asset-sync-pro",
"version": "1.0.3",
"license": "proprietary",
"type": "statamic-addon",
"minimum-stability": "stable",
"description": "Statamic Asset Sync Pro - Keep your assets in sync between environments, and keep your Git clean.",
"keywords": ["statamic", "rsync", "sync", "deploy", "assets", "files", "remote", "transfer"],
"homepage": "https://clandestina.com.au",
"support": {
"issues": "https://github.com/mikomagni/statamic-asset-sync-pro/issues",
"source": "https://github.com/mikomagni/statamic-asset-sync-pro"
},
"authors": [
{
"name": "MikoMagni",
"homepage": "https://clandestina.com.au"
}
],
"require": {
"php": "^8.1",
"statamic/cms": "^5.0",
"laravel/prompts": "^0.3",
"symfony/process": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
"MikoMagni\\RsyncCommands\\": "src"
}
},
"extra": {
"statamic": {
"name": "Statamic Asset Sync Pro",
"description": "Keep your assets in sync between environments, and keep your Git clean",
"developer": "MikoMagni",
"developer_url": "https://clandestina.com.au"
},
"laravel": {
"providers": [
"MikoMagni\\RsyncCommands\\ServiceProvider"
]
}
}
}