Skip to content

Commit d63b96c

Browse files
author
Nilo Soares
committed
Merge branch 'feature/validator' into develop
2 parents b45ce4a + ad72f20 commit d63b96c

File tree

4 files changed

+795
-1
lines changed

4 files changed

+795
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
}
3131
},
3232
"require": {
33-
"php": ">=7.4"
33+
"php": ">=8.0",
34+
"ext-intl": "*",
35+
"symfony/validator": "^5.4",
36+
"cancio-labs/cpf-validation-function": "^1.0"
3437
}
3538
}

0 commit comments

Comments
 (0)