Skip to content

Commit 65f7efb

Browse files
committed
Add TYPO3 CMS CLI_SCRIPT entrypoint for >= 8LTS as comment
The former CLI entrypoint for TYPO3 is deprecated since >=8LTS and need to be adjusted. Adding the new entrypoint as comment speeds up the configuration for new TYPO3 CMS projects until we change the default path in future.
1 parent 4730dca commit 65f7efb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
# General
1313
WEB_DOCUMENT_ROOT=/app/web/
1414
WEB_DOCUMENT_INDEX=index.php
15+
# (TYPO3 CLI entrypoint < 8 LTS)
1516
CLI_SCRIPT=php /app/web/typo3/cli_dispatch.phpsh
17+
# (TYPO3 CLI entrypoint >= 8 LTS)
18+
#CLI_SCRIPT=php /app/web/typo3/sysext/core/bin/typo3
1619

1720
#######################################
1821
# PHP settings

0 commit comments

Comments
 (0)