helsingborg-stad / blade-component-library

A component library based upon blade engine
MIT License
5 stars 1 forks source link

Missing composer requirements #1

Open andersrehn opened 5 years ago

andersrehn commented 5 years ago

composer.json is missing a working version of helsingborg-stad/global-blade-engine.

Since the standalone version of blade-component-library is dependant on this library it should included in the composer declaration.

sebastianthulin commented 5 years ago

It is intentionally left out since the main site should be running the blade engine in order to make components accesible. Have a look at an example in the styleguide repository.

We may need to make some documentayion on this.

andersrehn commented 5 years ago

Ok, What about using the composer suggest field?

"suggest": { "helsingborg-stad/global-blade-engine": "Blade engine needed to render components" }