1{ 2 "name" : "hoa/exception", 3 "description": "The Hoa\\Exception library.", 4 "type" : "library", 5 "keywords" : ["library", "exception"], 6 "homepage" : "https://hoa-project.net/", 7 "license" : "BSD-3-Clause", 8 "authors" : [ 9 { 10 "name" : "Ivan Enderlin", 11 "email": "ivan.enderlin@hoa-project.net" 12 }, 13 { 14 "name" : "Hoa community", 15 "homepage": "https://hoa-project.net/" 16 } 17 ], 18 "support": { 19 "email" : "support@hoa-project.net", 20 "irc" : "irc://chat.freenode.net/hoaproject", 21 "forum" : "https://users.hoa-project.net/", 22 "docs" : "https://central.hoa-project.net/Documentation/Library/Exception", 23 "source": "https://central.hoa-project.net/Resource/Library/Exception" 24 }, 25 "require": { 26 "hoa/consistency": "~1.0", 27 "hoa/event" : "~1.0" 28 }, 29 "require-dev": { 30 "hoa/test": "~2.0" 31 }, 32 "autoload": { 33 "psr-4": { 34 "Hoa\\Exception\\": "." 35 } 36 }, 37 "extra": { 38 "branch-alias": { 39 "dev-master": "1.x-dev" 40 } 41 } 42} 43