Skip to content

Commit 838e3a2

Browse files
authored
Merge pull request #193 from utopia-php/feat-remove-validators
feat: remove validators
2 parents 07cf699 + 94546dc commit 838e3a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+49
-2969
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"require": {
2525
"php": ">=8.1",
2626
"utopia-php/compression": "0.1.*",
27-
"utopia-php/telemetry": "0.1.*"
27+
"utopia-php/telemetry": "0.1.*",
28+
"utopia-php/validators": "0.1.*"
2829
},
2930
"require-dev": {
3031
"phpunit/phpunit": "^9.5.25",

composer.lock

Lines changed: 47 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Validator.php

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/Validator/AnyOf.php

Lines changed: 0 additions & 99 deletions
This file was deleted.

src/Validator/ArrayList.php

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)