summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/json/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gipfl/json/composer.json')
-rw-r--r--vendor/gipfl/json/composer.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/gipfl/json/composer.json b/vendor/gipfl/json/composer.json
new file mode 100644
index 0000000..7e3f93c
--- /dev/null
+++ b/vendor/gipfl/json/composer.json
@@ -0,0 +1,20 @@
+{
+ "name": "gipfl/json",
+ "description": "Simple JSON-related helper classes and interfaces",
+ "type": "library",
+ "license": "MIT",
+ "autoload": {
+ "psr-4": {
+ "gipfl\\Json\\": "src/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Thomas Gelf",
+ "email": "thomas@gelf.net"
+ }
+ ],
+ "require": {
+ "ext-json": "*"
+ }
+}