forked from MinnPost/object-sync-for-salesforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 938 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
{
"name": "minnpost/object-sync-for-salesforce",
"description": " WordPress plugin that implements mapping and syncing between Salesforce objects and WordPress objects ",
"type": "wordpress-plugin",
"license": "GPL-2.0",
"minimum-stability": "dev",
"authors": [
{
"name": "MinnPost",
"email": "[email protected]"
}
],
"repositories": [
{
"url": "https://github.com/pippinsplugins/wp-logging.git",
"type": "git"
},
{
"url": "https://github.com/A5hleyRich/wp-background-processing",
"type": "git"
}
],
"require": {
"pippinsplugins/wp-logging": "dev-master",
"A5hleyRich/wp-background-processing": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"classmap": ["vendor/pippinsplugins/wp-logging/"]
}
}