summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-15 16:44:32 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-15 16:44:32 +0200
commit0a1263af52326a52e1f866dbabf1932f9d045dd2 (patch)
tree3d7e1d6414f3ac413808bb50727c59b5a698fa1a /composer.json
parent44f736bbbabd589153a8f014d10d55f136fd66a3 (diff)
php-jsonlint: 1.4.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..30dd5ff
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "seld/jsonlint",
+ "description": "JSON Linter",
+ "keywords": ["json", "parser", "linter", "validator"],
+ "type": "library",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ }
+ ],
+ "require": {
+ "php": "^5.3 || ^7.0"
+ },
+ "autoload": {
+ "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" }
+ },
+ "bin": ["bin/jsonlint"]
+}