-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
33 lines (33 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
31
32
33
{
"name": "joshuadavidnelson/archived-post-status",
"version": "0.3.11",
"type": "wordpress-plugin",
"description": "A WordPress plugin that allows posts and pages to be archived so you can unpublish content without having to trash it.",
"homepage": "https://archivedpoststat.us/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "joshuadavidnelson",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.1"
},
"require-dev": {
"10up/phpcs-composer": "dev-master",
"phpunit/phpunit": "^9.5.24",
"10up/wp_mock": "^0.5.0",
"yoast/phpunit-polyfills": "^1.0",
"phpstan/phpstan": "^1.11",
"phpstan/extension-installer": "^1.4"
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
}
}