forked from perfectyorg/perfecty-push-wp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
30 lines (30 loc) · 877 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
{
"name": "perfecty/perfecty-push-wp",
"description": "Wordpress plugin for Perfecty Push",
"type": "project",
"license": "GPL v2",
"authors": [
{
"name": "Rowinson Gallego",
"email": "[email protected]"
}
],
"require": {
"minishlink/web-push": "6.0.7",
"ramsey/uuid": "^4.1"
},
"require-dev": {
"mockery/mockery": "1.3.*",
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5",
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/phpcompatibility-wp": "*",
"yoast/phpunit-polyfills": "^1.0",
"dms/phpunit-arraysubset-asserts": "^0.3.1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}