Skip to content

Commit

Permalink
refactor: prepare ExternalContent to use filters on SourceReaders (#1334
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thorbrink authored Mar 6, 2025
1 parent 9d7d393 commit cc0eb61
Show file tree
Hide file tree
Showing 149 changed files with 3,861 additions and 2,311 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"lint:changed": "vendor/bin/phpcs-changed origin/main",
"fix": "vendor/bin/phpcbf",
"fix:changed": "vendor/bin/phpcbf-changed origin/main",
"post-update-cmd": []
"post-update-cmd": [],
"unused": "vendor/bin/class-leak check library"
},
"config": {
"allow-plugins": {
Expand All @@ -68,7 +69,9 @@
"helsingborg-stad/phpcs": "^0.3.1",
"10up/wp_mock": "dev-trunk#1.0.1",
"php-mock/php-mock-mockery": "^1.4",
"php-stubs/wordpress-stubs": "^6.5"
"php-stubs/wordpress-stubs": "^6.7",
"dg/bypass-finals": "^1.9",
"tomasvotruba/class-leak": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -85,4 +88,4 @@
"helsingborg-stad/kirki": "Required for theme to work properly."
},
"version": "5.129.19"
}
}
Loading

0 comments on commit cc0eb61

Please sign in to comment.