laminas/laminas-hydrator

[BUG] missing "webmozart/assert" dependency (composer --no-dev)

Fahl-Design opened this issue · 4 comments

Bug Report

Q A
Version(s) 4.2.0 (maybe more)

Summary

missing dependency
"webmozart/assert": "^1.10"

Current behavior

usage of missing dependency:

use Webmozart\Assert\Assert;

How to reproduce

composer update --no-dev

Expected behavior

not break my code ;)

Suggestion

add composer-require-checker to QA (i know it's a pain to setup)

Hey @Fahl-Design, can you send a patch for this perhaps? Should be a bugfix for the 4.2.x branch...

Hey @Ocramius, jup patch incoming :)

@Fahl-Design it's released BTW :)

@Ocramius Thx for your ultra quick reaction and community support!