Skip to content

Commit 1186187

Browse files
committed
feat: Added CLI Handler and command support
1 parent b774cee commit 1186187

19 files changed

+1123
-87
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"hooks",
99
"actions",
1010
"filters",
11-
"hook-manager",
12-
"extended-wp"
11+
"dependency-injection",
12+
"di"
1313
],
1414
"authors": [
1515
{
@@ -35,7 +35,9 @@
3535
"phpstan/phpstan": "^1.12",
3636
"phpstan/phpstan-deprecation-rules": "^1.2",
3737
"swissspidy/phpstan-no-private": "^0.2",
38-
"szepeviktor/phpstan-wordpress": "^1.3"
38+
"symfony/polyfill-php82": "^1.31",
39+
"szepeviktor/phpstan-wordpress": "^1.3",
40+
"wp-cli/wp-cli": "^2.11"
3941
},
4042
"conflict": {
4143
"oblak/wp-hook-di": "*"

0 commit comments

Comments
 (0)