1{ 2 "name" : "hoa/zformat", 3 "description": "The Hoa\\Zformat library.", 4 "type" : "library", 5 "keywords" : ["library", "zformat", "parameter"], 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/Zformat", 23 "source": "https://central.hoa-project.net/Resource/Library/Zformat" 24 }, 25 "require": { 26 "hoa/consistency": "~1.0", 27 "hoa/exception" : "~1.0" 28 }, 29 "autoload": { 30 "psr-4": { 31 "Hoa\\Zformat\\": "." 32 } 33 }, 34 "extra": { 35 "branch-alias": { 36 "dev-master": "1.x-dev" 37 } 38 } 39} 40