-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
53 lines (53 loc) · 1.31 KB
/
composer.json
File metadata and controls
53 lines (53 loc) · 1.31 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
45
46
47
48
49
50
51
52
53
{
"name": "concrete5-community/blocks_cloner",
"description": "A ConcreteCMS package to copy blocks and page attributes between websites",
"type": "concrete5-package",
"keywords": [
"concretecms",
"concrete",
"cms",
"concrete5",
"package",
"addon",
"block",
"clone",
"copy",
"export",
"import",
"xml",
"cif",
"page",
"attribute"
],
"homepage": "https://github.com/concrete5-community/blocks_cloner",
"license": "MIT",
"authors": [
{
"name": "Michele Locati",
"email": "michele@locati.it",
"role": "maintainer",
"homepage": "https://mlocati.github.io"
}
],
"support": {
"issues": "https://github.com/concrete5-community/blocks_cloner/issues",
"source": "https://github.com/concrete5-community/blocks_cloner"
},
"require": {
"concrete5/core": "^8.5.2 || ^9"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mlocati"
},
{
"type": "other",
"url": "https://paypal.me/mlocati"
}
]
}