mitchellvanw / hashids

Laravel package for Hashids
106 stars 21 forks source link

Support laravel 5 #18

Closed tbleckert closed 9 years ago

tbleckert commented 10 years ago

Works without problem as it seems, just changed the version to 5.0.*

tbleckert commented 10 years ago

This fixes #17

barryvdh commented 10 years ago

Better change it to 4.*|5.0.* so you can support both versions.

tbleckert commented 10 years ago

Yeah that's true @barryvdh , thanks and it's now updated.

vinkla commented 9 years ago

This can be closed in favor of #22. Since it won't work when @laravel 5 is stable due to new way to publish package config.