Files
Services_JSON/composer.json
T
jorgecc 7094ebc3f1 1.1
2022-11-07 09:26:06 -03:00

34 lines
686 B
JSON

{
"name": "eftec/services_json",
"description": "PHP implementaion of json_encode/decode",
"type": "library",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"eftec\\ServicesJson\\": "src/"
}
},
"authors": [
{
"name": "Michal Migurski",
"email": "mike-json@teczno.com"
},
{
"name": "Matt Knapp"
},
{
"name": "Brett Stimmerman"
},
{
"name": "jorgecc",
"email": "jcastro@eftec.cl"
}
],
"require": {
"php": ">=7.2.5"
},
"suggest": {
"ext-mbstring": "*"
}
}