Skip to content

Commit b21a62f

Browse files
authored
Update composer.json
1 parent dbcc8f4 commit b21a62f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "milindsingh/validator",
3-
"description": "A collection of PHP classes for managing barcodes.",
4-
"license": "GPL-3.0+",
5-
"require": {
6-
"php": "^5.0 || ^7.0"
7-
},
8-
"require-dev": {
9-
"phpunit/phpunit": "^4.8"
10-
},
11-
"autoload": {
12-
"psr-0" : {
13-
"Ced\\Validator" : "src"
14-
}
15-
},
16-
"autoload-dev": {
17-
"psr-4": {
18-
"Ced\\Validator\\Tests\\": "tests"
19-
}
20-
}
2+
"name": "milindsingh/validator",
3+
"description": "A collection of PHP classes for managing barcodes.",
4+
"license": "GPL-3.0+",
5+
"require": {
6+
"php": "^5.0 || ^7.0"
7+
},
8+
"require-dev": {
9+
"phpunit/phpunit": "^4.8"
10+
},
11+
"autoload": {
12+
"psr-4": {
13+
"Ced\\Validator\\": "src"
14+
}
15+
},
16+
"autoload-dev": {
17+
"psr-4": {
18+
"Ced\\Validator\\Tests\\": "tests"
19+
}
20+
}
2121
}

0 commit comments

Comments
 (0)