DONE mw-fetch-composer-dev.sh has
# FIXME: integration/composer is outdated and breaks autoloader # Once we're on composer 1.0.0-alpha11 or higher this might not # be needed anymore composer dump-autoload --optimize
Quibble has
# FIXME integration/composer used to be outdated and broke the
# autoloader. Since composer 1.0.0-alpha11 the following might not
# be needed anymore.
subprocess.check_call([
'composer', 'dump-autoload', '--optimize'],
cwd=vendor_dir)https://github.com/wikimedia/integration-composer has composer 1.1.3...
Can we remove this dump-autoload --optimize call?
Can we use a newer version of composer still?