forked from patrickbroens/TYPO3.ContentRenderingCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 871 Bytes
/
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
{
"name": "patrickbroens/content-rendering-core",
"type": "typo3-cms-extension",
"description": "Backport of fluid_styled_content",
"keywords": [
"TYPO3",
"fluid",
"content",
"rendering"
],
"authors": [
{
"name": "Patrick Broens",
"email": "[email protected]",
"homepage": "https://github.com/patrickbroens"
}
],
"version": "2.0.0",
"require": {
"typo3/cms-core": "*"
},
"replace": {
"content_rendering_core": "self.version",
"typo3-ter/content-rendering-core": "self.version"
},
"autoload": {
"psr-4": {
"PatrickBroens\\ContentRenderingCore\\": "Classes/"
}
},
"homepage": "https://github.com/patrickbroens/TYPO3.ContentRenderingCore",
"license": "GPL-2.0+",
"support": {
"issues": "https://github.com/patrickbroens/TYPO3.ContentRenderingCore/issues"
}
}