Luracast / Restler

Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API
http://luracast.com/products/restler/
GNU Lesser General Public License v2.1
1.36k stars 315 forks source link

Error on tag naming Restler/Framework #666

Closed camlafit closed 3 years ago

camlafit commented 3 years ago

Hello

I've seen a typo on tag naming on https://github.com/Luracast/Restler-Framework/tags 5.07 and 5.08 are published and are greater than 5.0.9

I think should be better to delete these tags and recreate them correctly.

Thanks

camlafit commented 3 years ago

As temporary workaround, on composer.json We can do

        "restler/framework": "5.0.9",

and do a composer update should do

  - Downgrading restler/framework (5.08 => 5.0.9)
Arul- commented 3 years ago

Thanks for letting us know, it is fixed now!

camlafit commented 3 years ago

thanks a lot