We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7212999 commit 6100cb5Copy full SHA for 6100cb5
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^7.0 || ^8.0",
+ "php": "^7.4 || ^8.0",
14
"wp-cli/wp-cli": "^2.5"
15
},
16
"autoload": {
@@ -25,15 +25,20 @@
25
26
27
"require-dev": {
28
- "phpunit/phpunit": "^9.5",
+ "guzzlehttp/guzzle": "^7.0",
29
"mikey179/vfsstream": "^1.6",
30
+ "phpunit/phpunit": "^9.5",
31
+ "vlucas/phpdotenv": "^5.4",
32
"wp-cli/entity-command": "^1.3 || ^2",
33
"wp-cli/wp-cli-tests": "^3.1"
34
35
"support": {
36
"issues": "https://github.com/igorhrcek/wp-cli-secure-command/issues"
37
38
"config": {
- "sort-packages": true
39
+ "sort-packages": true,
40
+ "allow-plugins": {
41
+ "dealerdirect/phpcodesniffer-composer-installer": true
42
+ }
43
44
0 commit comments