Shipu / themevel

Theme and asset management for laravel
Creative Commons Zero v1.0 Universal
347 stars 67 forks source link

allow installing with newer yaml version #66

Closed kohenkatz closed 1 year ago

kohenkatz commented 1 year ago

This allows installing other packages such as psalm/plugin-laravel that have dependencies that require yaml 6.x. Many Symfony components work with 5.x and 6.x, and from them it looks like supporting multiple versions seems to not require any changes.