braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 184 forks source link

Fix composer.json #467

Closed althaus closed 5 years ago

althaus commented 5 years ago

Hey,

I know this bundle is quite dead, but for transition reasons an update'd be cool. The problem is that Composer complains about mixing PSR-4 and target-dir:

PSR-4 autoloading is incompatible with the target-dir property, remove the target-dir in package 'braincrafted/bootstrap-bundle'.

This PR simply drops the target-dir value from the json.

Cheers Matthias