ec32db2dd6
Renamed curry to callable_left_curry
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name" : "hoa/exception",
|
|
"description": "The Hoa\\Exception library.",
|
|
"type" : "library",
|
|
"keywords" : ["library", "exception"],
|
|
"homepage" : "https://hoa-project.net/",
|
|
"license" : "BSD-3-Clause",
|
|
"authors" : [
|
|
{
|
|
"name" : "Ivan Enderlin",
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
},
|
|
{
|
|
"name" : "Hoa community",
|
|
"homepage": "https://hoa-project.net/"
|
|
}
|
|
],
|
|
"support": {
|
|
"email" : "support@hoa-project.net",
|
|
"irc" : "irc://chat.freenode.net/hoaproject",
|
|
"forum" : "https://users.hoa-project.net/",
|
|
"docs" : "https://central.hoa-project.net/Documentation/Library/Exception",
|
|
"source": "https://central.hoa-project.net/Resource/Library/Exception"
|
|
},
|
|
"require": {
|
|
"hoa/consistency": "~1.0",
|
|
"hoa/event" : "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"hoa/test": "~2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hoa\\Exception\\": "."
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
}
|
|
}
|