composer.json
{
"name": "js-phpize/js-phpize",
"description": "Convert js-like syntax to standalone PHP code.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Kyle Katarn",
"email": "kylekatarnls@gmail.com"
}
],
"require": {
"php": ">=7.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.31 || ^9.5.27"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"JsPhpize": "src/"
}
}
}