Integrates Composer into monolithic repositories with many packages.
MIT License
305
stars
41
forks
source link
Requiring non-existent composer-package 'vendor/composer-plugin-api' in 'vendor/ocramius/package-versions'. Please ensure it is present in composer.json. #34
I have a repository with 3 Symfony web apps and a few other own libraries. Until version 0.11 I was able to composer install/update and monorepo would generate the autoloaders without problems.
Now I'm getting the following error message. Apparently Monorepo is trying to load the Composer classes in a traditional way.
Requiring non-existent composer-package 'vendor/composer-plugin-api' in 'vendor/ocramius/package-versions'. Please ensure it is present in composer.json.
I have a repository with 3 Symfony web apps and a few other own libraries. Until version 0.11 I was able to
composer install/update
and monorepo would generate the autoloaders without problems.Now I'm getting the following error message. Apparently Monorepo is trying to load the Composer classes in a traditional way.
Requiring non-existent composer-package 'vendor/composer-plugin-api' in 'vendor/ocramius/package-versions'. Please ensure it is present in composer.json.