Skip to content

Commit b33efc6

Browse files
committed
composer update
1 parent 3bed218 commit b33efc6

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

composer.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "atakde/php-validation",
3-
"description": "Basic php validation library",
4-
"type": "library",
3+
"description": "PHP validation library",
4+
"keywords": [
5+
"php validator",
6+
"php validation",
7+
"php validator class",
8+
"php validator library",
9+
"php validator library class",
10+
"php validator library package",
11+
"php validator package"
12+
],
513
"license": "MIT",
614
"autoload": {
715
"psr-4": {
@@ -14,11 +22,10 @@
1422
}
1523
],
1624
"minimum-stability": "stable",
17-
"require": {
25+
"require-dev": {
1826
"phpunit/phpunit": "^5.7.27"
1927
},
2028
"scripts": {
21-
"test": "./vendor/bin/phpunit",
22-
"coverage": "vendor/bin/phpunit --coverage-html coverage"
29+
"test": "./vendor/bin/phpunit"
2330
}
2431
}

composer.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)