Skip to content

Commit

Permalink
Merge pull request #59 from webrium/improve-form-validation
Browse files Browse the repository at this point in the history
Improve form validation
  • Loading branch information
parsgit authored Nov 23, 2023
2 parents 3b4f253 + cf1a58a commit 5a413f2
Show file tree
Hide file tree
Showing 9 changed files with 2,973 additions and 185 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@
"require": {
"php": "^8"
},
"scripts": {
"test":"phpunit --verbose --testdox --colors tests "
},
"autoload": {
"psr-4": {
"Webrium\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6"
}
}
Loading

0 comments on commit 5a413f2

Please sign in to comment.