forked from awesomemotive/easy-digital-downloads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·31 lines (31 loc) · 870 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
{
"name": "easydigitaldownloads/easy-digital-downloads",
"type": "wordpress-plugin",
"description": "The easiest way to sell digital products with WordPress.",
"keywords": ["edd", "eddwp", "easy digital downloads"],
"homepage": "https://easydigitaldownloads.com/",
"license": "GPL-2.0+",
"support": {
"issues": "https://easydigitaldownloads.com/support"
},
"config": {
"allow-plugins": {
"composer/installers": true
},
"platform":{
"php":"5.6.20"
}
},
"require-dev": {
"phpunit/phpunit": "4.8.* || 5.7.* || ^6.5.14",
"phpunit/php-invoker": "1.1.3",
"yoast/phpunit-polyfills": "1.x-dev",
"composer/installers": "~1.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"EDD\\": "src"
}
}
}