Skip to content

Commit 43c8c90

Browse files
Merge remote-tracking branch 'origin/main' into perf/single-directory-scan
2 parents 7c2455d + bfd7564 commit 43c8c90

31 files changed

Lines changed: 1245 additions & 471 deletions

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v6
33+
uses: actions/setup-node@v7
3434
with:
3535
node-version: 24
3636
cache: npm

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
],
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
15+
"ext-dom": "*",
1516
"ext-libxml": "*",
1617
"ext-mbstring": "*",
1718
"ext-simplexml": "*",
1819
"composer-plugin-api": "^1.0 || ^2.0",
1920
"justinrainbow/json-schema": "^5.3 || ^6.4",
21+
"nikic/php-parser": "^5.0",
2022
"psr/log": "^1.0 || ^2.0 || ^3.0",
2123
"symfony/config": "^6.0 || ^7.0 || ^8.0",
2224
"symfony/console": "^6.0 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)