{ "name": "easyrdf/easyrdf", "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", "version": "0.8.0-beta.1", "type": "library", "keywords": ["RDF", "Semantic Web", "Linked Data", "Turtle", "RDFa"], "homepage": "http://www.easyrdf.org/", "license": "BSD-3-Clause", "authors": [ { "name": "Nicholas Humfrey", "email": "njh@aelius.com", "homepage": "http://www.aelius.com/njh/", "role": "Developer" } ], "support": { "forum": "http://groups.google.com/group/easyrdf/", "issues": "http://github.com/njh/easyrdf/issues", "irc": "irc://chat.freenode.net/easyrdf" }, "require": { "php": ">=5.2.8" }, "require-dev": { "phpunit/PHPUnit": ">=3.5.15", "squizlabs/php_codesniffer": ">=1.4.3", "sami/sami": "dev-master" }, "replace": { "njh/easyrdf": "self.version" }, "autoload": { "psr-0": { "EasyRdf_": "lib/" } } }