-
Notifications
You must be signed in to change notification settings - Fork 562
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels