Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
milindsingh authored Mar 7, 2019
1 parent dbcc8f4 commit b21a62f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "milindsingh/validator",
"description": "A collection of PHP classes for managing barcodes.",
"license": "GPL-3.0+",
"require": {
"php": "^5.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-0" : {
"Ced\\Validator" : "src"
}
},
"autoload-dev": {
"psr-4": {
"Ced\\Validator\\Tests\\": "tests"
}
}
"name": "milindsingh/validator",
"description": "A collection of PHP classes for managing barcodes.",
"license": "GPL-3.0+",
"require": {
"php": "^5.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-4": {
"Ced\\Validator\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Ced\\Validator\\Tests\\": "tests"
}
}
}

0 comments on commit b21a62f

Please sign in to comment.