|
20 | 20 | "php": ">=8.2.0",
|
21 | 21 | "typo3/cms-core": "^13.4"
|
22 | 22 | },
|
| 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 | + }, |
23 | 34 | "replace": {
|
24 | 35 | "typo3-ter/bluesky": "self.version"
|
25 | 36 | },
|
|
28 | 39 | "In2code\\Bluesky\\": "Classes/"
|
29 | 40 | }
|
30 | 41 | },
|
| 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 | + }, |
31 | 50 | "extra": {
|
32 | 51 | "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 |
34 | 56 | }
|
35 | 57 | }
|
36 | 58 | }
|
0 commit comments