Skip to content

Commit 0b91667

Browse files
authored
Update README.md
1 parent bf4a090 commit 0b91667

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
# Execute TYPO3 Console commands in composer build process
1+
# Execute TYPO3 Console commands in Composer build process
22

33
This is a composer package that aims to simplify running [TYPO3 Console](https://github.com/TYPO3-Console/TYPO3-Console)
44
every time composer dumps autoload information, e.g. during a `composer install` run.
55

66
The following TYPO3 Console commands are executed:
77

8-
* `install:generatepackagestates`
8+
* `install:generatepackagestates` (only TYPO3 Console lower than 7.0)
99
* `install:fixfolderstructure`
1010

1111
And in the case TYPO3 appears to be setup properly (`LocalConfiguration.php`
1212
file is not missing) and running composer in dev mode (without `--no-dev`) these
1313
commands are also executed:
1414

15-
* `database:updateschema`
16-
* `cache:flush`
17-
* `extension:setupactive`
15+
* `extension:setup` (or `extension:setupactive` in TYPO3 Console versions lower than 7.0)
1816

1917
See the [command reference](https://docs.typo3.org/p/helhum/typo3-console/master/en-us/CommandReference/Index.html)
2018
for details on these commands.

0 commit comments

Comments
 (0)