File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
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" : {
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}
You can’t perform that action at this time.
0 commit comments