File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
21
21
}
You can’t perform that action at this time.
0 commit comments