File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Add this repo to your root composer.json
7
7
"repositories": {
8
8
"2": {
9
9
"type": "vcs",
10
- "url": "[email protected] :Fanor51 /headless-container-support.git "
10
+ "url": "[email protected] :TYPO3-Headless /headless-container-support"
11
11
}
12
12
}
13
13
```
14
14
and add the dependency to your require block.
15
15
``
16
- "fanor51/headless-container-support": "1.0.0"
16
+ "fanor51/headless-container-support": "^ 1.0.0"
17
17
``
18
18
19
19
Or just copy the file `` Classes/DataProcessing/HeadlessContainerProcessor.php `` in your project but dont forget to change the namespace ;).
@@ -46,4 +46,7 @@ In the end it should look like this:
46
46
47
47
![ image description] ( Docs/Assets/img.png )
48
48
49
- A complete json example is under: `` Docs/Json/Example.json ``
49
+ A complete json example is under: `` Docs/Json/Example.json ``
50
+
51
+ ## Credits
52
+ The development of the extension was supported by the TYPO3 agency [ brandung.com] ( https://www.agentur-brandung.de/ ) .
You can’t perform that action at this time.
0 commit comments