Skip to content

Commit cc0eb61

Browse files
authored
refactor: prepare ExternalContent to use filters on SourceReaders (#1334)
1 parent 9d7d393 commit cc0eb61

File tree

149 files changed

+3861
-2311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+3861
-2311
lines changed

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"lint:changed": "vendor/bin/phpcs-changed origin/main",
5656
"fix": "vendor/bin/phpcbf",
5757
"fix:changed": "vendor/bin/phpcbf-changed origin/main",
58-
"post-update-cmd": []
58+
"post-update-cmd": [],
59+
"unused": "vendor/bin/class-leak check library"
5960
},
6061
"config": {
6162
"allow-plugins": {
@@ -68,7 +69,9 @@
6869
"helsingborg-stad/phpcs": "^0.3.1",
6970
"10up/wp_mock": "dev-trunk#1.0.1",
7071
"php-mock/php-mock-mockery": "^1.4",
71-
"php-stubs/wordpress-stubs": "^6.5"
72+
"php-stubs/wordpress-stubs": "^6.7",
73+
"dg/bypass-finals": "^1.9",
74+
"tomasvotruba/class-leak": "^2.0"
7275
},
7376
"autoload": {
7477
"psr-4": {
@@ -85,4 +88,4 @@
8588
"helsingborg-stad/kirki": "Required for theme to work properly."
8689
},
8790
"version": "5.129.19"
88-
}
91+
}

0 commit comments

Comments
 (0)