-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (37 loc) · 925 Bytes
/
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
{
"name": "vm9/orion-explorer-php-frame-work",
"type": "library",
"description": "Fiware Orion Context Explorer PHP Framework",
"keywords": ["fiware", "orion", "context-broker"],
"license": [
"LGPL-2.1",
"GPL-3.0+"
],
"authors": [
{
"name": "Leonan Carvalho",
"email": "j.leonancarvalho@gmail.com"
},
{
"name": "Contributors",
"homepage": "https://github.com/VM9/orion-explorer-php-frame-work/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/vm9/orion-explorer-php-frame-work/issues"
},
"require": {
"php": "^5.6 || ^7.0",
"ext-curl": "*"
},
"autoload": {
"psr-0": {
"Orion\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
}
}