salsify/jsonstreamingparser

Composer question

gorankrgovic opened this issue · 8 comments

I know that this is a stupid question, but how to install the JsonStreamingParser via composer? I've tried with "php-streaming-json-parser": "4.*" and "JsonStreamingParser" and what not..

I first thought it was Goran Bregović :p.

I think that 4.0.0 (released march 7) doesn't have the following commit: 32439b1

If you want psr-4 use dev-master:

composer require salsify/json-streaming-parser:dev-master

You might have to change the minimum-stability.

@gonzofy possible to release a new tag for this?

Oh yes! :) And it's not a Goran Bregovic lol :D, even though he is my countryman :D. He doesn't have this kind of issues - dealing with Json files and such, lucky for him.. :)

Sorry for the delay @soyuka and @gorankrgovic ; is the solution you want to tag a new release 5.0.0 given the incompatibility with psr-4?

Np! Indeed master works fine with psr-4 but there is no release and we have
to depend on master, which is not very clean.
Would you mind releasing a new tag? Thanks!
Le mar. 1 mars 2016 à 13:15, Rob Gonzalez notifications@github.com a
écrit :

Sorry for the delay @soyuka https://github.com/soyuka and @gorankrgovic
https://github.com/gorankrgovic ; is the solution you want to tag a new
release 5.0.0 given the incompatibility with psr-4?


Reply to this email directly or view it on GitHub
#37 (comment)
.

@soyuka done! v5.0 tagged.

<3 thanks!

Thanks guys. I really appreciate it!