auraphp / Aura.Filter

Validate and sanitize arrays and objects.
MIT License
159 stars 33 forks source link

Use regular expression to check if value is negative. #133

Closed harikt closed 7 years ago

harikt commented 7 years ago

Fixes #132 .

pmjones commented 7 years ago

Nice. Waiting for the checks to finish.

pmjones commented 7 years ago

Well, hell -- fails on PHP 7 because of PHPUnit dependency. @harikt do you feel like adding require-dev phpunit on a pre-PHP7-phpunit version to composer.json, and changing the travis test command to ./vendor/bin/phpunit, etc?

harikt commented 7 years ago

@pmjones Done :-) .

Moving away now. So if you need anything else you may want to wait ;-)