Following the merge of #408 and #604, we could switch from PSR-4 autoloader implementation taken from php-fig/fig-standards to using composer autoloading.
In order to do so, we would need to run
composer install --no-dev --optimize-autoloader
or - given that we currently do not have any production dependencies - at least
composer dump-autoload --optimize
Is there a chance we can document the deployment steps, or modify them in any way?
Following the merge of #408 and #604, we could switch from PSR-4 autoloader implementation taken from
php-fig/fig-standardsto usingcomposerautoloading.In order to do so, we would need to run
or - given that we currently do not have any production dependencies - at least
Is there a chance we can document the deployment steps, or modify them in any way?