This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
53 lines (53 loc) · 1.64 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "saft/saft",
"type": "library",
"description": "Saft library provides tools and an infrastructure to build Semantic Web and Linked Data applications.",
"keywords": ["Saft", "Linked Data", "Semantic Web", "RDF", "Triple Store", "Parser", "Serializer", "QueryCache"],
"homepage": "https://safting.github.io/",
"license": "MIT",
"authors": [
{
"name": "Natanael Arndt",
"homepage": "http://aksw.org/NatanaelArndt",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Konrad Abicht",
"homepage": "http://www.inspirito.de",
"email": "[email protected]",
"role": "Developer"
}
],
"replace": {
"saft/saft-arc2": "self.version",
"saft/saft-data": "self.version",
"saft/saft-easyrdf": "self.version",
"saft/saft-rdf": "self.version",
"saft/saft-sparql": "self.version",
"saft/saft-store": "self.version",
"saft/saft-store-http": "self.version",
"saft/saft-store-virtuoso": "self.version",
"saft/saft-test": "self.version"
},
"require": {
"php": ">=5.6",
"easyrdf/easyrdf": "0.9.*",
"php-curl-class/php-curl-class": "4.*",
"sabre/xml": "1.*",
"semsol/arc2": "2.*",
"symfony/yaml": "2.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.8.*",
"sami/sami": "3.2.*"
},
"autoload": {
"psr-4": {
"Saft\\": ["src/Saft/"]
}
},
"prefer-stable": true
}