mirror of
https://github.com/EFTEC/Services_JSON.git
synced 2026-08-17 15:23:14 +00:00
37 lines
746 B
JSON
37 lines
746 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.4"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
}
|
|
}
|