bootstrap-datepicker icon indicating copy to clipboard operation
bootstrap-datepicker copied to clipboard

When running composer, this package creates a separate directory outside of vendor.

Open chaslain opened this issue 4 years ago • 1 comments

Expected behaviour

The "components" directory should appear within vendor only.

Actual behaviour

The "components" directory is added not only to the vendor directory, but also the root directory of the project (same directory as composer.json

Datepicker version used

^1.9

chaslain avatar Jul 09 '21 15:07 chaslain

That composer.json is pretty weird, and was last edited 7 years ago. You should be installing this using npm or yarn rather than with composer.

mkopinsky avatar Feb 02 '22 02:02 mkopinsky