Download the PHP package typo3-console/composer-auto-setup without Composer
On this page you can find all versions of the php package typo3-console/composer-auto-setup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download typo3-console/composer-auto-setup
More information about typo3-console/composer-auto-setup
Files in typo3-console/composer-auto-setup
Package composer-auto-setup
Short Description Automatically set up TYPO3 on 'composer install' using TYPO3 Console commands
License GPL-2.0+
Informations about the package composer-auto-setup
typo3-console/composer-auto-setup
This is a composer package that aims to automate TYPO3 install steps when installing TYPO3 with composer with the help of TYPO3 Console.
When doing a composer install --dev
(--dev
is default when omitted) command
and neither a .env
nor .installed
file is present next to the root composer.json,
a TYPO3 setup is performed from command line. With composer install --no-dev
this
action is never executed, despite the absence of these files.
If the above action is not performed, the following TYPO3 Console commands are executed,
when doing composer install
:
install:generatepackagesates
, install:fixfolderstructure
, install:extensionsetupifpossible
The last one is also only executed for dev installs.
See the command reference for details on these commands.
Installation
composer require typo3-console/composer-auto-setup
All versions of composer-auto-setup with dependencies
helhum/typo3-composer-setup Version ^0.5.1
helhum/typo3-console Version ^5.0
typo3/cms-composer-installers Version ^1.4.2 || ^2.0