Skip to content

Commit

Permalink
Adiciona suporte para envio de array de versões para validação da ver…
Browse files Browse the repository at this point in the history
…são do xml
  • Loading branch information
geidsonc committed Apr 18, 2024
1 parent 2efb6ce commit c0b28b8
Show file tree
Hide file tree
Showing 5 changed files with 8,437 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/vendor/
composer.phar
composer.lock
.DS_Store
Thumbs.db
/.idea
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.3",
"version": "1.3.4",
"name": "sysvale/validation-rules",
"description": "A Laravel library with useful custom rules",
"type": "library",
Expand All @@ -11,14 +11,14 @@
}
],
"require": {
"php": ">=8.1.14",
"php": ">=8.1",
"illuminate/validation": "~5.4|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"ext-zip": "*",
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^8.5.8",
"orchestra/testbench": "^5.8"
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.10",
"orchestra/testbench": "7.x"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c0b28b8

Please sign in to comment.