We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7255148 commit 7094ebcCopy full SHA for 7094ebc
README.md
@@ -1,5 +1,5 @@
1
# Services_JSON
2
-PHP implementaion of json_encode/decode
+PHP implementaion of json_encode/decode for PHP 7.1 and higher.
3
4
[](https://packagist.org/packages/eftec/services_json)
5
[](https://packagist.org/packages/eftec/services_json)
composer.json
@@ -2,7 +2,7 @@
"name": "eftec/services_json",
"description": "PHP implementaion of json_encode/decode",
"type": "library",
- "license": "BSD",
+ "license": "BSD-2-Clause",
6
"autoload": {
7
"psr-4": {
8
"eftec\\ServicesJson\\": "src/"
0 commit comments