Fixed support for php-cs-fixer

Added fetch_latest to tools.json. When fetch_latest is true for a tool
it will fetch the release.atom for the tool and parse that to get the
latest release.

Bumped lib version to ES2020 in tsconfig.json for string.matchAll.
This commit is contained in:
Shivam Mathur
2021-08-20 09:14:39 +05:30
parent c8b716540c
commit 4d3cfaa653
6 changed files with 94 additions and 10 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"lib": [
"ES2019"
"ES2020"
],
"module": "commonjs",
"moduleResolution": "node",