Skip to content

Commit b9edac6

Browse files
committed
[TASK] Add minimal TYPO3 development setup
1 parent 7a2e2b9 commit b9edac6

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

Diff for: composer.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
"php": ">=8.2.0",
2121
"typo3/cms-core": "^13.4"
2222
},
23+
"require-dev": {
24+
"typo3/cms-backend": "^13.4",
25+
"typo3/cms-extbase": "^13.4",
26+
"typo3/cms-extensionmanager": "^13.4",
27+
"typo3/cms-filelist": "^13.4",
28+
"typo3/cms-fluid": "^13.4",
29+
"typo3/cms-frontend": "^13.4",
30+
"typo3/cms-install": "^13.4",
31+
"typo3/minimal": "^13",
32+
"typo3/cms-fluid-styled-content": "^13.4"
33+
},
2334
"replace": {
2435
"typo3-ter/bluesky": "self.version"
2536
},
@@ -28,9 +39,20 @@
2839
"In2code\\Bluesky\\": "Classes/"
2940
}
3041
},
42+
"config": {
43+
"vendor-dir": ".build/vendor",
44+
"bin-dir": ".build/vendor/bin",
45+
"allow-plugins": {
46+
"typo3/class-alias-loader": true,
47+
"typo3/cms-composer-installers": true
48+
}
49+
},
3150
"extra": {
3251
"typo3/cms": {
33-
"extension-key": "bluesky"
52+
"cms-package-dir": "{$vendor-dir}/typo3/cms",
53+
"web-dir": ".build/public",
54+
"extension-key": "bluesky",
55+
"ignore-as-root": false
3456
}
3557
}
3658
}

0 commit comments

Comments
 (0)