laminas / laminas-inputfilter

Normalize and validate input sets from the web, APIs, the CLI, and more, including files
https://docs.laminas.dev/laminas-inputfilter/
BSD 3-Clause "New" or "Revised" License
41 stars 28 forks source link

Remove Interop\Container & Bump minimum Service Manager to 3.16 #72

Closed gsteel closed 1 year ago

gsteel commented 1 year ago

Because service manager is directly required, all references to Interop\Container can be completely removed

Closes #51

froschdesign commented 1 year ago

webmozart/assert should be required in dev

👍🏻

https://github.com/laminas/laminas-inputfilter/blob/5fc23ce3b8fc2f0d5286d3fc98f7f3f88612aef8/test/InputTest.php#L17