1{ 2 "name": "sabre/xml", 3 "description" : "The Sabre XML parser is the only XML library that you may not hate.", 4 "keywords" : [ "XML", "XMLReader", "XMLWriter", "DOM" ], 5 "homepage" : "https://sabre.io/xml/", 6 "license" : "BSD-3-Clause", 7 "require" : { 8 "php" : ">=5.4.1", 9 "ext-xmlwriter" : "*", 10 "ext-xmlreader" : "*", 11 "ext-dom" : "*", 12 "lib-libxml" : ">=2.6.20", 13 "sabre/uri" : "~1.0" 14 }, 15 "authors" : [ 16 { 17 "name" : "Evert Pot", 18 "email" : "me@evertpot.com", 19 "homepage" : "http://evertpot.com/", 20 "role" : "Developer" 21 } 22 ], 23 "support" : { 24 "forum" : "https://groups.google.com/group/sabredav-discuss", 25 "source" : "https://github.com/fruux/sabre-xml" 26 }, 27 "autoload" : { 28 "psr-4" : { 29 "Sabre\\Xml\\" : "lib/" 30 } 31 }, 32 "bin" : [ 33 ], 34 "require-dev": { 35 "sabre/cs": "~0.0.2", 36 "phpunit/phpunit" : "*" 37 }, 38 "config" : { 39 "bin-dir" : "bin/" 40 } 41} 42