-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.29 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "awesomemotive/subscribe-to-comment-notifications-comment-converter",
"description": "Plugin to help you sell to new and existing commenters on your WordPress site.",
"type": "wordpress-plugin",
"require": {
"woocommerce/action-scheduler": "3.7.2"
},
"require-dev": {
"php": ">=7.0.0",
"10up/wp_mock": "^0.4.2",
"awesomemotive/am-cli-tools": "^1.4.6",
"awesomemotive/optinmonster-coding-standards": "^1.0",
"jtsternberg/phpunit-helper-assertions": ">=0.3.1",
"phpspec/phpspec": "^6.3.0",
"phpunit/phpunit": "^9.0.0",
"yoast/phpunit-polyfills": "^1.0.3",
"yoast/wp-test-utils": "^1.1"
},
"scripts": {
"tests": [
"clear;echo \"Run Unit Tests:\n\";./bin/phpunit -v && echo \"\nRun Spec Tests:\n\"; ./bin/phpspec run -vvv"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/awesomemotive/am-cli-tools"
},
{
"type": "vcs",
"url": "https://github.com/awesomemotive/optinmonster-coding-standards"
}
],
"config": {
"bin-dir": "bin",
"discard-changes": true,
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
"psr-4": {
"CommentConverter\\Plugin\\": "includes"
}
},
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true
}