This commit is contained in:
jorgecc
2022-11-07 09:26:06 -03:00
parent 7255148b3f
commit 7094ebc3f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Services_JSON
PHP implementaion of json_encode/decode
PHP implementaion of json_encode/decode for PHP 7.1 and higher.
[![Packagist](https://img.shields.io/packagist/v/eftec/services_json.svg)](https://packagist.org/packages/eftec/services_json)
[![Total Downloads](https://poser.pugx.org/eftec/services_json/downloads)](https://packagist.org/packages/eftec/services_json)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "eftec/services_json",
"description": "PHP implementaion of json_encode/decode",
"type": "library",
"license": "BSD",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"eftec\\ServicesJson\\": "src/"