balping / laravel-hashslug

Package providing a trait to use Hashids on a model
GNU General Public License v3.0
132 stars 12 forks source link

Laravel version #2

Closed barbarossa95 closed 7 years ago

barbarossa95 commented 7 years ago

I can't get version 1.0.3, cause in one of last commits this branch starts requires illuminate/database 5.5. . It is possible to get version 1.0.3 with latest bug fixes (invalid slug) or this package don't support laravel 5.4 anymore? `- balping/laravel-hashslug 1.0.3 requires illuminate/database 5.5. -> satisfiable by illuminate/database[5.5.x-dev] but these conflict with your requirements or minimum-stability`

AaronBClark commented 7 years ago

I have this same issue. Upgrading to 5.5 is not an option at the moment, and I would very much like to use this package this week. An immediate patch would be much appreciated!

barbarossa95 commented 7 years ago

Temporary solution it is use commit hash as version tag like this composer require balping/laravel-hashslug:1.0.x-dev#18216f31e41de36c0b39d3a160960cc70262fa08 It is help me for a while, we are waiting new patch

balping commented 7 years ago

I won't have access to my PC until Tuesday, you'll have to wait until then. Sorry for this

balping commented 7 years ago

Now I see, by mistake I merged back composer.json to 1.0 branch too, I only intended to merge the bugfix back. But I really wont be able to fix & test this on my mobile while having poor wifi connection, so please wait.

balping commented 7 years ago

Now it should be, there has been a new release. It turned out that the problem wasn't with merging things but making a release on a wrong branch.