membrane-php / membrane-core

Membrane is a general purpose input validation library, supports both PHP Attributes and OpenAPI specifications
Other
3 stars 3 forks source link

Upgrade PHPUnit to 10.1 #111

Closed carnage closed 1 year ago

carnage commented 1 year ago

PHPUnit 10.1 removes the directive from and introduces a new directive to replace it.

Config needs updating to support it, see: https://github.com/sebastianbergmann/phpunit/issues/5329