Skip to content

Commit 7094ebc

Browse files
1.1
1 parent 7255148 commit 7094ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Services_JSON
2-
PHP implementaion of json_encode/decode
2+
PHP implementaion of json_encode/decode for PHP 7.1 and higher.
33

44
[![Packagist](https://img.shields.io/packagist/v/eftec/services_json.svg)](https://packagist.org/packages/eftec/services_json)
55
[![Total Downloads](https://poser.pugx.org/eftec/services_json/downloads)](https://packagist.org/packages/eftec/services_json)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eftec/services_json",
33
"description": "PHP implementaion of json_encode/decode",
44
"type": "library",
5-
"license": "BSD",
5+
"license": "BSD-2-Clause",
66
"autoload": {
77
"psr-4": {
88
"eftec\\ServicesJson\\": "src/"

0 commit comments

Comments
 (0)