|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/test.poskrypt.com/vendor/balping/json-raw-encoder/ |
Upload File : |
{
"name": "balping/json-raw-encoder",
"description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
"keywords": ["json", "encode", "callback"],
"type": "library",
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1|^8.0|^9.0"
},
"license": "GPL-3.0-only",
"authors": [
{
"name": "Balázs Dura-Kovács"
}
],
"autoload": {
"psr-4": {
"Balping\\JsonRaw\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Balping\\JsonRaw\\Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}