Skip to content

Commit 35241df

Browse files
fix(deps): update dependency phpactor/phpactor to v2025.04.17.0 (#195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c106317 commit 35241df

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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.03.28.0"
5+
"phpactor/phpactor": "2025.04.17.0"
66
}
77
}

composer.lock

Lines changed: 11 additions & 11 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.03.28.0/phpactor.phar > phpactor.phar",
21+
"download-phpactor": "curl -L https://github.com/phpactor/phpactor/releases/download/2025.04.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)