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.
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
:This PR simply drops the
target-dir
value from the json.Cheers Matthias