pivvenit / acf-composer-bridge

Provides a static composer repository that references all Advanced Custom Fields Pro versions
MIT License
47 stars 8 forks source link

Any way to specify plugin install path? #4

Closed zenopopovici closed 4 years ago

zenopopovici commented 4 years ago

Seems not to take into account extra: { installer-paths: {..} } from package.json

schliflo commented 4 years ago

As this project uses composer, the correct file to specify these settings is composer.json - package.json is for npm stuff 😉

Qrious commented 4 years ago

Hmm, i'll try to reproduce this. This might be due to the installer dependency we use.

Qrious commented 4 years ago

I've added new composer repository urls using the v3 prefix, as the fix is backwards incompatible (the installation directory changed by default). I've also updated the readme with the new URL's.

So in order to use the extra: { installer-paths: {..} } settings you have to use one of the following composer repository urls:

I'll close this issue, if you have any questions/issues, feel free to re-open or create a new issue.

zenopopovici commented 4 years ago

Wow... so fast! You're awesome @Qrious ! Thank you!