-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 848 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 848 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
29
{
"name": "openwines/computer-vision-bundle",
"description": "Provides a Microsoft Computer Vision API integration to your Symfony Project.",
"type": "symfony-bundle",
"license": "MIT",
"keywords": ["ocr", "computer vision", "vision", "optical character recognition", "microsoft"],
"homepage" : "http://openwines.eu",
"authors": [
{
"name": "Ronan Guilloux",
"email": "ronan.guilloux@gmail.com"
}
],
"require": {
"guzzlehttp/guzzle": "^6.2",
"league/csv": "^8.2"
},
"autoload": {
"psr-0": { "OpenWines\\ComputerVisionBundle\\": "src/" }
},
"support": {
"issues": "https://github.com/OpenWines/ComputerVisionBundle/issues"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}