Skip to content

Commit dca7760

Browse files
committed
[TASK] Move public folder and cleanup composer.json
1 parent 0a70afd commit dca7760

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"typo3/cms-core": "^8.7 || ^9.5"
2626
},
2727
"require-dev": {
28-
"nimut/testing-framework": "^2.0 || ^3.0 || ^4.0"
28+
"nimut/testing-framework": "^2.0 || ^3.0 || ^4.0",
29+
"typo3/minimal": "^8.7 || ^9.5"
2930
},
3031
"autoload": {
3132
"psr-4": {
@@ -47,8 +48,8 @@
4748
},
4849
"scripts": {
4950
"post-autoload-dump": [
50-
"mkdir -p .Build/Web/typo3conf/ext/",
51-
"[ -L .Build/Web/typo3conf/ext/typoscript_rendering ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/typoscript_rendering"
51+
"mkdir -p .Build/public/typo3conf/ext/",
52+
"[ -L .Build/public/typo3conf/ext/typoscript_rendering ] || ln -snvf ../../../../. .Build/public/typo3conf/ext/typoscript_rendering"
5253
]
5354
},
5455
"extra": {
@@ -57,8 +58,8 @@
5758
},
5859
"typo3/cms": {
5960
"extension-key": "typoscript_rendering",
60-
"cms-package-dir": "{$vendor-dir}/typo3/cms",
61-
"web-dir": ".Build/Web"
61+
"app-dir": ".Build",
62+
"web-dir": ".Build/public"
6263
}
6364
}
6465
}

0 commit comments

Comments
 (0)