alltube/composer.lock

552 lines
18 KiB
Plaintext
Raw Normal View History

2015-04-11 22:08:24 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2015-04-11 22:08:24 +02:00
"This file is @generated automatically"
],
2016-03-30 01:39:47 +02:00
"hash": "22d65db5d1fd37d20bc4b2ad6736ab4a",
"content-hash": "bbf51588b3930e62a675a947d23aa6b0",
2015-04-11 22:08:24 +02:00
"packages": [
2016-03-30 01:39:47 +02:00
{
"name": "container-interop/container-interop",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/container-interop/container-interop.git",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"time": "2014-12-30 15:22:37"
},
{
"name": "ffmpeg/ffmpeg",
2016-01-12 00:28:45 +01:00
"version": "2.8.4",
"dist": {
"type": "xz",
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
"reference": null,
"shasum": null
},
2015-11-21 20:54:38 +01:00
"bin": [
"ffmpeg"
],
"type": "library"
},
2015-10-31 11:35:18 +01:00
{
2016-03-30 01:39:47 +02:00
"name": "mathmarques/smarty-view",
"version": "1.0",
2015-10-31 11:35:18 +01:00
"source": {
"type": "git",
2016-03-30 01:39:47 +02:00
"url": "https://github.com/mathmarques/Smarty-View.git",
"reference": "0e7e34611d78183efbf748fa351be3faf09bcbce"
2015-10-31 11:35:18 +01:00
},
"dist": {
"type": "zip",
2016-03-30 01:39:47 +02:00
"url": "https://api.github.com/repos/mathmarques/Smarty-View/zipball/0e7e34611d78183efbf748fa351be3faf09bcbce",
"reference": "0e7e34611d78183efbf748fa351be3faf09bcbce",
2015-10-31 11:35:18 +01:00
"shasum": ""
},
"require": {
2016-03-30 01:39:47 +02:00
"php": ">=5.5.0",
"slim/slim": "^3.0",
"smarty/smarty": "~3.1"
2015-10-31 11:35:18 +01:00
},
"require-dev": {
2016-03-30 01:39:47 +02:00
"phpunit/phpunit": "^4.8.0"
2015-10-31 11:35:18 +01:00
},
2016-03-30 01:39:47 +02:00
"type": "library",
"autoload": {
"psr-4": {
"Slim\\Views\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2015-10-31 11:35:18 +01:00
],
2016-03-30 01:39:47 +02:00
"authors": [
{
"name": "Matheus Marques",
"email": "matheusocmarques@gmail.com",
"homepage": "http://matheusmarques.com"
}
],
"description": "Slim Framework 3 view helper built on top of the Smarty templating component",
"keywords": [
"framework",
"slim",
"smarty",
"template",
"view"
],
"time": "2015-12-07 21:31:37"
},
{
"name": "nikic/fast-route",
"version": "v0.6.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
2015-10-31 11:35:18 +01:00
"type": "library",
"autoload": {
2016-03-30 01:39:47 +02:00
"psr-4": {
"FastRoute\\": "src/"
2015-10-31 11:35:18 +01:00
},
"files": [
2016-03-30 01:39:47 +02:00
"src/functions.php"
2015-10-31 11:35:18 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-03-30 01:39:47 +02:00
"BSD-3-Clause"
2015-10-31 11:35:18 +01:00
],
"authors": [
{
2016-03-30 01:39:47 +02:00
"name": "Nikita Popov",
"email": "nikic@php.net"
2015-10-31 11:35:18 +01:00
}
],
2016-03-30 01:39:47 +02:00
"description": "Fast request router for PHP",
2015-10-31 11:35:18 +01:00
"keywords": [
2016-03-30 01:39:47 +02:00
"router",
"routing"
2015-10-31 11:35:18 +01:00
],
2016-03-30 01:39:47 +02:00
"time": "2015-06-18 19:15:47"
2015-10-31 11:35:18 +01:00
},
{
2016-03-30 01:39:47 +02:00
"name": "pimple/pimple",
"version": "v3.0.2",
2015-10-31 11:35:18 +01:00
"source": {
"type": "git",
2016-03-30 01:39:47 +02:00
"url": "https://github.com/silexphp/Pimple.git",
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
2015-10-31 11:35:18 +01:00
},
"dist": {
"type": "zip",
2016-03-30 01:39:47 +02:00
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
2015-10-31 11:35:18 +01:00
"shasum": ""
},
"require": {
2016-03-30 01:39:47 +02:00
"php": ">=5.3.0"
2015-10-31 11:35:18 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-30 01:39:47 +02:00
"dev-master": "3.0.x-dev"
2015-10-31 11:35:18 +01:00
}
},
"autoload": {
2016-03-30 01:39:47 +02:00
"psr-0": {
"Pimple": "src/"
2015-10-31 11:35:18 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-03-30 01:39:47 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-10-31 11:35:18 +01:00
}
],
2016-03-30 01:39:47 +02:00
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
2015-10-31 11:35:18 +01:00
"keywords": [
2016-03-30 01:39:47 +02:00
"container",
"dependency injection"
2015-10-31 11:35:18 +01:00
],
2016-03-30 01:39:47 +02:00
"time": "2015-09-11 15:10:35"
2015-10-31 11:35:18 +01:00
},
{
"name": "psr/http-message",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2015-05-04 20:22:00"
},
{
"name": "rg3/youtube-dl",
2016-03-15 23:07:11 +01:00
"version": "2016.03.14",
"source": {
"type": "git",
"url": "https://github.com/rg3/youtube-dl.git",
2016-03-15 23:07:11 +01:00
"reference": "2016.03.14"
},
"type": "library"
},
2015-10-29 21:19:40 +01:00
{
"name": "slim/slim",
2016-03-30 01:39:47 +02:00
"version": "3.3.0",
2015-10-29 21:19:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
2016-03-30 01:39:47 +02:00
"reference": "939f2e85d57508de9cff241d10091cd972f221c3"
2015-10-29 21:19:40 +01:00
},
"dist": {
"type": "zip",
2016-03-30 01:39:47 +02:00
"url": "https://api.github.com/repos/slimphp/Slim/zipball/939f2e85d57508de9cff241d10091cd972f221c3",
"reference": "939f2e85d57508de9cff241d10091cd972f221c3",
2015-10-29 21:19:40 +01:00
"shasum": ""
},
"require": {
2016-03-30 01:39:47 +02:00
"container-interop/container-interop": "^1.1",
"nikic/fast-route": "^0.6",
"php": ">=5.5.0",
"pimple/pimple": "^3.0",
"psr/http-message": "^1.0"
2015-10-29 21:19:40 +01:00
},
2016-03-30 01:39:47 +02:00
"require-dev": {
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.5"
2015-10-29 21:19:40 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2016-03-30 01:39:47 +02:00
"Slim\\": "Slim"
2015-10-29 21:19:40 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2016-03-30 01:39:47 +02:00
{
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
},
2015-10-29 21:19:40 +01:00
{
"name": "Josh Lockhart",
2016-03-30 01:39:47 +02:00
"email": "hello@joshlockhart.com",
"homepage": "https://joshlockhart.com"
},
{
"name": "Gabriel Manricks",
"email": "gmanricks@me.com",
"homepage": "http://gabrielmanricks.com"
2015-10-29 21:19:40 +01:00
},
{
"name": "Andrew Smith",
"email": "a.smith@silentworks.co.uk",
2016-03-30 01:39:47 +02:00
"homepage": "http://silentworks.co.uk"
2015-10-29 21:19:40 +01:00
}
],
2016-03-30 01:39:47 +02:00
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
"homepage": "http://slimframework.com",
2015-10-29 21:19:40 +01:00
"keywords": [
2016-03-30 01:39:47 +02:00
"api",
"framework",
"micro",
"router"
2015-10-29 21:19:40 +01:00
],
2016-03-30 01:39:47 +02:00
"time": "2016-03-10 21:37:40"
2015-10-29 21:19:40 +01:00
},
2015-04-11 22:08:24 +02:00
{
"name": "smarty/smarty",
2015-12-21 11:04:17 +01:00
"version": "v3.1.29",
2015-04-11 22:08:24 +02:00
"source": {
"type": "git",
"url": "https://github.com/smarty-php/smarty.git",
2015-12-21 11:04:17 +01:00
"reference": "35480f10e7ce9b0fdaf23d3799d7b79463919b1e"
2015-04-11 22:08:24 +02:00
},
"dist": {
"type": "zip",
2015-12-21 11:04:17 +01:00
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/35480f10e7ce9b0fdaf23d3799d7b79463919b1e",
"reference": "35480f10e7ce9b0fdaf23d3799d7b79463919b1e",
2015-04-11 22:08:24 +02:00
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"libs/Smarty.class.php",
"libs/SmartyBC.class.php",
2015-05-11 18:48:11 +02:00
"libs/sysplugins/"
2015-04-11 22:08:24 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Monte Ohrt",
"email": "monte@ohrt.com"
},
{
"name": "Uwe Tews",
"email": "uwe.tews@googlemail.com"
},
{
"name": "Rodney Rehm",
"email": "rodney.rehm@medialize.de"
}
],
"description": "Smarty - the compiling PHP template engine",
"homepage": "http://www.smarty.net",
"keywords": [
"templating"
],
2015-12-21 11:04:17 +01:00
"time": "2015-12-21 01:57:06"
2015-10-31 15:42:25 +01:00
},
{
"name": "symfony/yaml",
2016-04-01 00:19:25 +02:00
"version": "v3.0.4",
2015-10-31 15:42:25 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2016-04-01 00:19:25 +02:00
"reference": "0047c8366744a16de7516622c5b7355336afae96"
2015-10-31 15:42:25 +01:00
},
"dist": {
"type": "zip",
2016-04-01 00:19:25 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
"reference": "0047c8366744a16de7516622c5b7355336afae96",
2015-10-31 15:42:25 +01:00
"shasum": ""
},
"require": {
2015-12-05 22:01:58 +01:00
"php": ">=5.5.9"
2015-10-31 15:42:25 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-05 22:01:58 +01:00
"dev-master": "3.0-dev"
2015-10-31 15:42:25 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
2015-11-25 19:28:43 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-31 15:42:25 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2016-04-01 00:19:25 +02:00
"time": "2016-03-04 07:55:57"
2015-10-29 20:17:48 +01:00
}
],
"packages-dev": [
2015-12-05 22:01:58 +01:00
{
"name": "symfony/polyfill-mbstring",
2016-03-15 23:05:37 +01:00
"version": "v1.1.1",
2015-12-05 22:01:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2016-02-02 00:03:19 +01:00
"reference": "1289d16209491b584839022f29257ad859b8532d"
2015-12-05 22:01:58 +01:00
},
"dist": {
"type": "zip",
2016-02-02 00:03:19 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
"reference": "1289d16209491b584839022f29257ad859b8532d",
2015-12-05 22:01:58 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2015-12-28 19:43:17 +01:00
"suggest": {
"ext-mbstring": "For best performance"
},
2015-12-05 22:01:58 +01:00
"type": "library",
"extra": {
"branch-alias": {
2016-02-02 00:03:19 +01:00
"dev-master": "1.1-dev"
2015-12-05 22:01:58 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2016-02-02 00:03:19 +01:00
"time": "2016-01-20 09:13:37"
2015-12-05 22:01:58 +01:00
},
{
"name": "symfony/var-dumper",
2016-04-01 00:19:25 +02:00
"version": "v3.0.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2016-04-01 00:19:25 +02:00
"reference": "3841ed86527d18ee2c35fe4afb1b2fc60f8fae79"
},
"dist": {
"type": "zip",
2016-04-01 00:19:25 +02:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/3841ed86527d18ee2c35fe4afb1b2fc60f8fae79",
"reference": "3841ed86527d18ee2c35fe4afb1b2fc60f8fae79",
"shasum": ""
},
"require": {
2015-12-05 22:01:58 +01:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"twig/twig": "~1.20|~2.0"
},
"suggest": {
"ext-symfony_debug": ""
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-05 22:01:58 +01:00
"dev-master": "3.0-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
2015-11-25 19:28:43 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2016-04-01 00:19:25 +02:00
"time": "2016-03-10 10:34:12"
2015-04-11 22:08:24 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}