You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
420 B

2 months ago
{
"name": "brepo/phpquoteshellarg",
"description": "Improved escape shell arguments for support of special charactars",
"keywords": ["quoteshellarg", "escapeshellarg"],
"homepage": "https://dev.brepo.ru/bayrepo/hestiacp",
"type": "library",
"license": "Unlicense",
"require": {
"php": ">=8.0"
},
"autoload": {
"files":["src/Hestiacp/quoteshellarg/quoteshellarg.php"]
}
}