-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 831 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 831 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
30
{
"name": "vespolina/syncer",
"description": "Vespolina synchronization library to sync entities with remote services",
"homepage": "http://vespolina-project.org",
"license": "MIT",
"authors": [
{
"name": "Vespolina Team",
"homepage": "https://github.com/vespolina/syncer/contributors"
}
],
"keywords": ["Vespolina", "synchronization", "ecommerce"],
"require": {
"php": ">=5.3.0",
"psr/log": "1.0.0"
},
"require-dev": {
"doctrine/mongodb-odm": "*",
"doctrine/orm" : "*",
"symfony/event-dispatcher": ">=2.1",
"monolog/monolog": "1.6.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Vespolina": "lib/",
"Vespolina\\Tests": "tests/"
}
}
}