mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 22:35:45 +01:00
This commit removes validators described in #1642, refactoring to clean up after their removal. - Url was refactored to use the function `filter_var` instead. - tests/bootstrap.php is no longer needed and was removed. - Updated migration guide with recommendations for replacements.
6 lines
No EOL
194 B
Text
6 lines
No EOL
194 B
Text
{
|
|
"$schema": "./vendor/phpbench/phpbench/phpbench.schema.json",
|
|
"runner.bootstrap": "vendor/autoload.php",
|
|
"runner.path": "tests/benchmark",
|
|
"runner.file_pattern": "*Bench.php"
|
|
} |