Skip to content

Commit 7c5103d

Browse files
committed
Add ACL for WordPress
1 parent fbe80c7 commit 7c5103d

File tree

9 files changed

+309
-67
lines changed

9 files changed

+309
-67
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": "^7.4|^8.0",
3434
"ext-json": "*",
35-
"datakit/sdk": "dev-main"
35+
"datakit/sdk": "dev-feature/acl"
3636
},
3737
"config": {
3838
"optimize-autoloader": true,
@@ -50,7 +50,8 @@
5050
"wp-coding-standards/wpcs": "^3.1",
5151
"squizlabs/php_codesniffer": "^3.10",
5252
"phpcompatibility/phpcompatibility-wp": "^2.1",
53-
"overtrue/phplint": "^3.4"
53+
"overtrue/phplint": "^3.4",
54+
"roots/wordpress-no-content": "^6.6"
5455
},
5556
"scripts": {
5657
"build": [

composer.lock

Lines changed: 110 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)