-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
69 lines (69 loc) · 2.12 KB
/
composer.lock
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "cbd8798046a72697ea7ffb10f58e824c",
"packages": [
{
"name": "bordercloud/sparql",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/BorderCloud/SPARQL.git",
"reference": "bcb114b7af844325284b494f69c39fad719c01a4"
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-xml": "*",
"php": ">=7.1"
},
"require-dev": {
"clean/phpdoc-md": "^0.19.1",
"phpunit/phpunit": "^9.5"
},
"default-branch": true,
"bin": [
"bin/query"
],
"type": "library",
"autoload": {
"psr-4": {
"BorderCloud\\SPARQL\\": "src/",
"BorderCloud\\SPARQL\\Tests\\": "tests/"
}
},
"license": [
"CC-BY-SA-4.0"
],
"authors": [
{
"name": "Karima Rafes",
"email": "[email protected]",
"homepage": "http://www.bordercloud.com/",
"role": "Developer"
}
],
"description": "Lib PHP very easy for SPARQL 1.1",
"homepage": "https://github.com/BorderCloud/SPARQL",
"keywords": [
"RDF",
"SPARQL"
],
"time": "2021-05-14T15:51:47+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"bordercloud/sparql": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}