json icon indicating copy to clipboard operation
json copied to clipboard

json/src/Conversion/JsonConverter.php missing from 1.2.2 tag?

Open ghost opened this issue 7 years ago • 4 comments

Is this correct for missing json/src/Conversion/JsonConverter.php file and other folders from 1.2.2 tag?

ghost avatar May 02 '17 13:05 ghost

This class was added in 7f958ecfe1044adaa0a90da32376fca5ef8eaf9e which is not part of the latest release yet.

xabbuh avatar May 02 '17 20:05 xabbuh

when is the plan to merge this commit to current 1.2.2 tag? I'm wondering if there is mistake somewhere, for my previous project I run composer require webmozart/json after that composer.json has included "webmozart/json": "^1.2" but also I see full folder structure (src/Conversion etc. )

today I did exactly the same installation and there is missing folder structure? folder structure a mean folders under src

I did something wrong?

also documentation referring to missing class like use Webmozart\Json\Conversion\JsonConverter; which doesn't exist in stable 1.2.2

I think I can fix my problem by change from 1.2.2 to dev-master :)

ghost avatar May 02 '17 20:05 ghost

when is the plan to merge this commit to current 1.2.2 tag? I'm wondering if there is mistake somewhere, for my previous project I run composer require webmozart/json after that composer.json has included "webmozart/json": "^1.2" but also I see full folder structure (src/Conversion etc. )

Maybe your minimum-stability setting was different there so that it allowed the installation of non-stable releases. You can see the actual installed versions by running the composer show command in your project.

xabbuh avatar May 03 '17 07:05 xabbuh

Indeed, this can be the reason thanks for hint :)

ghost avatar May 03 '17 08:05 ghost