Skip to content

Commit 6100cb5

Browse files
committed
feat: Added required dev libraries
1 parent 7212999 commit 6100cb5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0 || ^8.0",
13+
"php": "^7.4 || ^8.0",
1414
"wp-cli/wp-cli": "^2.5"
1515
},
1616
"autoload": {
@@ -25,15 +25,20 @@
2525
}
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^9.5",
28+
"guzzlehttp/guzzle": "^7.0",
2929
"mikey179/vfsstream": "^1.6",
30+
"phpunit/phpunit": "^9.5",
31+
"vlucas/phpdotenv": "^5.4",
3032
"wp-cli/entity-command": "^1.3 || ^2",
3133
"wp-cli/wp-cli-tests": "^3.1"
3234
},
3335
"support": {
3436
"issues": "https://github.com/igorhrcek/wp-cli-secure-command/issues"
3537
},
3638
"config": {
37-
"sort-packages": true
39+
"sort-packages": true,
40+
"allow-plugins": {
41+
"dealerdirect/phpcodesniffer-composer-installer": true
42+
}
3843
}
3944
}

0 commit comments

Comments
 (0)