You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
885 B

{
"name": "comodojo/exceptions",
"description": "Common exceptions for comodojo libs and frameworks",
"license": "MIT",
"type": "library",
"keywords": [
"exception",
"comodojo"
],
"homepage": "https://comodojo.org",
"support": {
"issues": "https://github.com/comodojo/exceptions/issues"
},
"authors": [
{
"name": "Marco Giovinazzi",
"email": "marco.giovinazzi@comodojo.org",
"homepage": "http://jme.altervista.org"
}
],
"autoload": {
"psr-4": {
"Comodojo\\Exception\\": "src/Comodojo/Exception"
}
},
"require": {
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
"scrutinizer/ocular": "^1.0"
}
}