forked from Evernote/evernote-cloud-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 996 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
{
"name": "evernote/evernote-cloud-sdk-php",
"description": "Evernote Cloud SDK for PHP",
"keywords": [
"evernote",
"api",
"sdk"
],
"homepage": "https://github.com/evernote/evernote-cloud-sdk-php",
"version": "2.0.2",
"license": "Apache",
"authors": [
{
"name": "Laurent Sarrazin for Evernote",
"email": "[email protected]",
"homepage": "http://laurent.sarrazin.io",
"role": "Lead developer"
}
],
"support": {
"issues": "https://github.com/evernote/evernote-cloud-sdk-php/issues",
"forum": "https://discussion.evernote.com/forum/61-evernote-for-developers/"
},
"require": {
"php": ">=5.3",
"ezyang/htmlpurifier": "^4.6.0",
"tijsverkoyen/css-to-inline-styles": "~2.2",
"psr/log": "~1.0"
},
"autoload": {
"psr-0": { "Evernote": "src/", "Thrift": "src/"},
"classmap": ["src/EDAM"]
}
}