franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Use specific Laravel version #51

Closed vinkla closed 8 years ago

vinkla commented 8 years ago

Since Laravel doesn't follow SemVer we wont know if it will break in the future.

franzliedke commented 8 years ago

I'm pretty confident that I would notice... ;)

Besides, I'm planning to get rid of the illuminate/support dependency, since we're barely making use of it.

Still, thank you for contributing!