-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
executable file
·42 lines (42 loc) · 1.02 KB
/
composer.json
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
{
"name": "carbon/hyphen",
"type": "neos-carbon",
"description": "Make hyphens easier in Neos CMS",
"license": "GPL-3.0",
"keywords": ["flow", "neos", "fusion", "helper", "carbon"],
"require": {
"neos/flow": "*",
"neos/fusion": "^4.3 || ^5.0 || ^7.0 || ^8.0",
"vanderlee/syllable": "^1.7"
},
"authors": [
{
"name": "Jon Uhlmann",
"email": "me@jonnitto.ch",
"homepage": "https://jonnitto.ch",
"role": "Developer"
}
],
"archive": {
"exclude": [
".editorconfig",
".gitattributes",
".github",
".gitignore",
"CODE_OF_CONDUCT.md",
"LICENSE"
]
},
"autoload": {
"psr-4": {
"Carbon\\Hyphen\\": "Classes"
}
},
"extra": {
"marketplace-account": "me@jonnitto.ch",
"installer-name": "Carbon.Hyphen",
"neos": {
"package-key": "Carbon.Hyphen"
}
}
}