-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
69 lines (69 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "jesseeproductions/coupon-creator",
"description": "Coupon Creator Plugin",
"type": "wordpress-plugin",
"license": "GPL 2.0",
"authors": [
{
"name": "Jessee Productions",
"email": "info@jesseeproductions.com"
}
],
"require-dev": {
"bordoni/phpass": "0.3.5",
"automattic/vipwpcs": "^2.0",
"codeception/codeception": "^2.5.5",
"dealerdirect/phpcodesniffer-composer-installer": "^v0.7.1",
"lucatume/function-mocker-le": "^1.0",
"lucatume/wp-browser": "^2.2.4",
"the-events-calendar/coding-standards": "dev-master",
"the-events-calendar/tec-testing-facilities": "dev-master",
"phpunit/phpunit": "~6.0",
"wp-cli/checksum-command": "1.0.5",
"wp-coding-standards/wpcs": "^2.1",
"lucatume/codeception-snapshot-assertions": "^0.2.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"platform": {
"php": "7.4.0"
},
"allow-plugins": {
"kylekatarnls/update-helper": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"lucatume/di52": "~2.1.5",
"firebase/php-jwt": "~6.3.0",
"monolog/monolog": "1.24.*",
"faction23/a11y-dialog": "~5.0.0"
},
"repositories": [
{
"name": "the-events-calendar/tec-testing-facilities",
"type": "github",
"url": "https://github.com/the-events-calendar/tec-testing-facilities",
"no-api": true
},
{
"name": "the-events-calendar/coding-standards",
"type": "github",
"url": "https://github.com/the-events-calendar/coding-standards",
"no-api": true
},
{
"name": "bordoni/phpass",
"type": "github",
"url": "https://github.com/bordoni/phpass",
"no-api": true
}
],
"autoload": {
"psr-4": {
"Cctor\\Coupon\\": "src/Cctor"
}
}
}