shell bypass 403
{
"name": "benmorel/gsm-charset-converter",
"description": "Converts GSM 03.38 strings to and from UTF-8",
"type": "library",
"keywords": [
"SMS",
"GSM",
"GSM 03.38"
],
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"php-coveralls/php-coveralls": "^2.4"
},
"autoload": {
"psr-4": {
"BenMorel\\GsmCharsetConverter\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"BenMorel\\GsmCharsetConverter\\Tests\\": "tests/"
}
}
}