From 2333030f785a6cdceae0a95e169a7c7d3bb1db5a Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 13 Feb 2016 16:20:25 +0100 Subject: [PATCH] Lint JSON --- composer.json | 127 ++++++++++++++++++++++++-------------------------- 1 file changed, 61 insertions(+), 66 deletions(-) diff --git a/composer.json b/composer.json index 7991249..61e710b 100644 --- a/composer.json +++ b/composer.json @@ -1,68 +1,63 @@ { - "name": "rudloff/alltube", - "description": "HTML GUI for youtube-dl", - "license": "GPL-3.0", - "homepage": "http://alltubedownload.net/", - "type": "project", - "require": { - "smarty/smarty": "~3.1.29", - "rg3/youtube-dl": "2016.02.01", - "slim/slim": "~2.6.2", - "slim/views": "~0.1.3", - "rudloff/smarty-plugin-noscheme": "~0.1.0", - "symfony/yaml": "~3.0.0", - "ffmpeg/ffmpeg": "~2.8.2" - }, - "require-dev": { - "symfony/var-dumper": "~3.0.0" - }, - "extra": { - "paas": { - "nginx-includes": [ - "nginx.conf" - ] - } - }, - "repositories": [ - { - "type": "package", - "package": { - "name": "rg3/youtube-dl", - "version": "2016.02.01", - "source": { - "url": "https://github.com/rg3/youtube-dl.git", - "type": "git", - "reference": "2016.02.01" - } - } - }, - { - "type": "package", - "package": { - "name": "ffmpeg/ffmpeg", - "version": "2.8.4", - "dist": { - "url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz", - "type": "xz" - }, - "bin": [ - "ffmpeg" - ] - } - } - ], - "authors": [ - { - "name": "Pierre Rudloff", - "email": "contact@rudloff.pro", - "homepage": "https://rudloff.pro/", - "role": "Developer" - } - ], - "autoload": { - "psr-4": { - "Alltube\\": "classes/", - "Alltube\\Controller\\": "controllers/" - } - } + "name": "rudloff/alltube", + "description": "HTML GUI for youtube-dl", + "license": "GPL-3.0", + "homepage": "http://alltubedownload.net/", + "type": "project", + "require": { + "smarty/smarty": "~3.1.29", + "rg3/youtube-dl": "2016.02.01", + "slim/slim": "~2.6.2", + "slim/views": "~0.1.3", + "rudloff/smarty-plugin-noscheme": "~0.1.0", + "symfony/yaml": "~3.0.0", + "ffmpeg/ffmpeg": "~2.8.2" + }, + "require-dev": { + "symfony/var-dumper": "~3.0.0" + }, + "extra": { + "paas": { + "nginx-includes": [ + "nginx.conf" + ] + } + }, + "repositories": [{ + "type": "package", + "package": { + "name": "rg3/youtube-dl", + "version": "2016.02.01", + "source": { + "url": "https://github.com/rg3/youtube-dl.git", + "type": "git", + "reference": "2016.02.01" + } + } + }, { + "type": "package", + "package": { + "name": "ffmpeg/ffmpeg", + "version": "2.8.4", + "dist": { + "url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz", + "type": "xz" + }, + "bin": [ + "ffmpeg" + ] + } + }], + "authors": [{ + "name": "Pierre Rudloff", + "email": "contact@rudloff.pro", + "homepage": "https://rudloff.pro/", + "role": "Developer" + }], + "autoload": { + "psr-4": { + "Alltube\\": "classes/", + "Alltube\\Controller\\": "controllers/" + } + } }