forked from CarbonPackages/Carbon.Eel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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/eel",
"type": "neos-carbon",
"description": "Some nice Eel helper for Neos.io",
"license": "MIT",
"keywords": ["neos", "fusion", "helper", "eel", "carbon"],
"require": {
"php": "^8.1",
"neos/flow": "^7.0 || ^8.0 || ^9.0",
"behat/transliterator": "^1.2",
"gehrisandro/tailwind-merge-php": "^1.0",
"matthiasmullie/minify": "^1.3"
},
"authors": [
{
"name": "Jon Uhlmann",
"email": "[email protected]",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
"archive": {
"exclude": [
".editorconfig",
".gitattributes",
".github",
".gitignore",
"CODE_OF_CONDUCT.md"
]
},
"autoload": {
"psr-4": {
"Carbon\\Eel\\": "Classes"
}
},
"extra": {
"installer-name": "Carbon.Eel",
"neos": {
"package-key": "Carbon.Eel"
}
}
}