Skip to content

Commit

Permalink
feat: Add Box and PHP-Scoper as tools
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored and shivammathur committed Nov 1, 2023
1 parent 4e4861e commit 28b6852
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/configs/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,5 +300,23 @@
"extension": ".phar",
"version_parameter": "--version",
"version_prefix": "v"
},
"box": {
"type": "phar",
"repository": "box-project/box",
"packagist": "humbug/box",
"extension": ".phar",
"domain": "https://github.com",
"version_prefix": "",
"version_parameter": "--version"
},
"php-scoper": {
"type": "phar",
"repository": "humbug/php-scoper",
"packagist": "humbug/php-scoper",
"extension": ".phar",
"domain": "https://github.com",
"version_prefix": "",
"version_parameter": "--version"
}
}

0 comments on commit 28b6852

Please sign in to comment.