forked from WPCloudDeploy/wp-cloud-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 801 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
{
"name": "structuredmarketsinc/wp-cloud-deploy",
"description": "Deploy cloud servers and apps from inside the WordPress Admin dashboard.",
"authors": [
{
"name": "WPCloudDeploy",
"email": "support@wpclouddeploy.com"
}
],
"type": "wordpress-plugin",
"require": {
"php": "^7.4",
"phpseclib/phpseclib": "^3.0"
},
"require-dev": {
"johnpbloch/wordpress": "^5.8",
"cyruscollier/wp-test": "dev-master",
"spatie/phpunit-watcher": "^1.23",
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
},
"extra": {
"wordpress-install-dir": "vendor/wordpress/wordpress"
},
"config": {
"process-timeout": 0
}
}