Skip to content

Commit

Permalink
chore(deps): update dependency phpactor/phpactor to v2024.11.05.0 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 01c5c33 commit e6ae443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pretest": "npm run compile",
"compile": "npm run clean && tsc -p ./",
"composer": "composer install",
"download-phpactor": "curl -L https://github.com/phpactor/phpactor/releases/download/2024.06.30.0/phpactor.phar > phpactor.phar",
"download-phpactor": "curl -L https://github.com/phpactor/phpactor/releases/download/2024.11.05.0/phpactor.phar > phpactor.phar",
"package": "npx vsce package --out=artifacts/phpactor.vsix",
"lint": "npm run eslint && npm run prettier",
"eslint": "eslint \"src/**/*.ts\"",
Expand Down

0 comments on commit e6ae443

Please sign in to comment.