Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
atakde committed Apr 2, 2022
1 parent 3bed218 commit b33efc6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "atakde/php-validation",
"description": "Basic php validation library",
"type": "library",
"description": "PHP validation library",
"keywords": [
"php validator",
"php validation",
"php validator class",
"php validator library",
"php validator library class",
"php validator library package",
"php validator package"
],
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -14,11 +22,10 @@
}
],
"minimum-stability": "stable",
"require": {
"require-dev": {
"phpunit/phpunit": "^5.7.27"
},
"scripts": {
"test": "./vendor/bin/phpunit",
"coverage": "vendor/bin/phpunit --coverage-html coverage"
"test": "./vendor/bin/phpunit"
}
}
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b33efc6

Please sign in to comment.