6d0e6ecf90b001e3e187fae453d00c7702f2c5d6
[yaffs-website] / vendor / easyrdf / easyrdf / composer.json
1 {
2     "name": "easyrdf/easyrdf",
3     "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
4     "version": "0.9.1",
5     "type": "library",
6     "keywords": ["RDF", "Semantic Web", "Linked Data", "Turtle", "RDFa", "SPARQL"],
7     "homepage": "http://www.easyrdf.org/",
8     "license": "BSD-3-Clause",
9     "authors": [
10         {
11             "name": "Nicholas Humfrey",
12             "email": "njh@aelius.com",
13             "homepage": "http://www.aelius.com/njh/",
14             "role": "Developer"
15         },
16         {
17             "name": "Alexey Zakhlestin",
18             "email": "indeyets@gmail.com",
19             "role": "Developer"
20         }
21     ],
22     "support": {
23         "forum": "http://groups.google.com/group/easyrdf/",
24         "issues": "http://github.com/njh/easyrdf/issues",
25         "irc": "irc://chat.freenode.net/easyrdf"
26     },
27     "require": {
28         "php": ">=5.2.8",
29         "ext-mbstring": "*",
30         "ext-pcre": "*"
31     },
32     "suggest": {
33         "ml/json-ld": "~1.0"
34     },
35     "require-dev": {
36         "phpunit/PHPUnit": "~3.5",
37         "squizlabs/php_codesniffer": "~1.4.3",
38         "sami/sami": "~1.4"
39     },
40     "autoload": {
41         "psr-0": { "EasyRdf_": "lib/" }
42     }
43 }