You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
558 B
JSON
30 lines
558 B
JSON
{
|
|
"name": "meow/php-exception",
|
|
"description": "Provides basic exception classes",
|
|
"authors" : [
|
|
{
|
|
"name" : "Guillermo Pages",
|
|
"email" : "public.gullermo@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"exception"
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gbili\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Gbili\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.2"
|
|
}
|
|
}
|