Skip to content

Commit 7f68e23

Browse files
feat: update dependency phpactor/phpactor to v2025.02.21.0 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cb6825 commit 7f68e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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/2024.11.28.1/phpactor.phar > phpactor.phar",
21+
"download-phpactor": "curl -L https://github.com/phpactor/phpactor/releases/download/2025.02.21.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)