-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 657 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 657 Bytes
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
{
"name": "statickidz/bedca-api",
"description": "API wrapper for Spanish Food Composition Database (BEDCA)",
"version": "1.1.0",
"keywords": ["bedca", "food", "api"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "StaticKidz",
"email": "statickidz@gmail.com"
}
],
"autoload": {
"psr-0": {
"StaticKidz\\BedcaAPI\\": "src/"
},
"psr-4": {
"StaticKidz\\BedcaAPI\\": "src/StaticKidz/BedcaAPI/"
}
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
}
}