Skip to content

Commit ab6bec0

Browse files
fix(deps): update dependency phpactor/phpactor to v2025.10.17.0 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2688926 commit ab6bec0

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"prefer-stable": true,
33
"minimum-stability": "dev",
44
"require": {
5-
"phpactor/phpactor": "2025.07.25.0"
5+
"phpactor/phpactor": "2025.10.17.0"
66
}
77
}

composer.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"pretest": "npm run compile",
1919
"compile": "npm run clean && tsc -p ./",
2020
"composer": "composer install",
21-
"download-phpactor": "curl -L https://github.com/phpactor/phpactor/releases/download/2025.07.25.0/phpactor.phar > phpactor.phar",
21+
"download-phpactor": "curl -L https://github.com/phpactor/phpactor/releases/download/2025.10.17.0/phpactor.phar > phpactor.phar",
2222
"package": "npx vsce package --out=artifacts/phpactor.vsix",
2323
"lint": "npm run eslint && npm run prettier",
2424
"eslint": "eslint \"src/**/*.ts\"",

0 commit comments

Comments
 (0)