Skip to content

Commit 5a413f2

Browse files
authored
Merge pull request #59 from webrium/improve-form-validation
Improve form validation
2 parents 3b4f253 + cf1a58a commit 5a413f2

File tree

9 files changed

+2973
-185
lines changed

9 files changed

+2973
-185
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@
1313
"require": {
1414
"php": "^8"
1515
},
16+
"scripts": {
17+
"test":"phpunit --verbose --testdox --colors tests "
18+
},
1619
"autoload": {
1720
"psr-4": {
1821
"Webrium\\": "src/"
1922
}
23+
},
24+
"require-dev": {
25+
"phpunit/phpunit": "^9.6"
2026
}
2127
}

0 commit comments

Comments
 (0)