-
Notifications
You must be signed in to change notification settings - Fork 368
/
composer.json
31 lines (31 loc) · 1.05 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
{
"name" : "automattic/wp-job-manager",
"description": "WP Job Manager is a lightweight job listing plugin for adding job-board like functionality to your WordPress site. Being shortcode based, it can work with any theme and is really simple to setup.",
"homepage" : "http://wpjobmanager.com/",
"type" : "wordpress-plugin",
"license" : "GPL-3.0+",
"require-dev" : {
"php": "^7.4 || ^8.0",
"phpunit/phpunit": "^9.0",
"dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"squizlabs/php_codesniffer": "3.7.2",
"wp-coding-standards/wpcs": "2.3.0",
"sirbrillig/phpcs-variable-analysis": "^2.6",
"yoast/phpunit-polyfills": "^1.0.2",
"vimeo/psalm": "^5.13",
"php-stubs/wordpress-stubs": "^6.4"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4"
}
},
"require": {
"pelago/emogrifier": "^7.2"
}
}