wp-cli / autoload-splitter

MIT License
3 stars 3 forks source link

Strange error using composer #8

Closed alexander-akait closed 7 years ago

alexander-akait commented 7 years ago

Commad: composer install --no-dev --optimize-autoloader --classmap-authoritative Output:

  - Removing wp-cli/autoload-splitter (v0.1.3)
Generating autoload files

  [ErrorException]                                                                                                                                                                                         
  include_once(/path/to/vendor/wp-cli/wp-cli/php/WP_CLI/AutoloadSplitter.php): failed to open stream: No such file or directory                                                                                                                                                                                                    

Latest composer version (1.4.2). Nothing special in composer.json.

schlessera commented 7 years ago

Related: https://github.com/wp-cli/wp-cli/issues/4234