api-ecosystem-for-laravel / dingo-api

Replacement repo for dingo/api
BSD 3-Clause "New" or "Revised" License
265 stars 58 forks source link

Make blueprint an optional dependency #52

Closed specialtactics closed 3 months ago

specialtactics commented 3 months ago

Makes blueprint an optional dependency. It can still be used and will work the same, but needs to be manually included in the project's composer.json This is designed to decouple this package from the blueprint package, which is less maintained and has been a blocker in the past to get updates out.

Fix up CI image