alltube/composer.lock

1040 lines
35 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"
],
"hash": "962f54d3ada96f7d3289479b13812c1a",
"content-hash": "2dea64564c520577cb275f73d046ed75",
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-04-12 14:52:00 +02:00
"version": "dev-release",
"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"
},
2016-04-07 02:09:34 +02:00
{
"name": "guzzlehttp/guzzle",
"version": "6.2.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "d094e337976dff9d8e2424e8485872194e768662"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
"reference": "d094e337976dff9d8e2424e8485872194e768662",
"shasum": ""
},
"require": {
"guzzlehttp/promises": "~1.0",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.5.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "~4.0",
"psr/log": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
"time": "2016-03-21 20:02:09"
},
{
"name": "guzzlehttp/promises",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
"reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-03-08 01:15:46"
},
{
"name": "guzzlehttp/psr7",
2016-04-14 12:42:13 +02:00
"version": "1.3.0",
2016-04-07 02:09:34 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2016-04-14 12:42:13 +02:00
"reference": "31382fef2889136415751badebbd1cb022a4ed72"
2016-04-07 02:09:34 +02:00
},
"dist": {
"type": "zip",
2016-04-14 12:42:13 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
"reference": "31382fef2889136415751badebbd1cb022a4ed72",
2016-04-07 02:09:34 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "PSR-7 message implementation",
"keywords": [
"http",
"message",
"stream",
"uri"
],
2016-04-14 12:42:13 +02:00
"time": "2016-04-13 19:56:01"
2016-04-07 02:09:34 +02:00
},
2016-04-06 13:19:27 +02:00
{
"name": "jeremykendall/php-domain-parser",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/jeremykendall/php-domain-parser.git",
"reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
"reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"jeremykendall/debug-die": "0.0.1.*",
"mikey179/vfsstream": "~1.4",
"phpunit/phpunit": "~4.4"
},
"bin": [
"bin/parse",
"bin/update-psl"
],
"type": "library",
"autoload": {
"psr-0": {
"Pdp\\": "src/"
},
"files": [
"src/pdp-parse-url.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Kendall",
"homepage": "http://about.me/jeremykendall",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
}
],
"description": "Public Suffix List based URL parsing implemented in PHP.",
"homepage": "https://github.com/jeremykendall/php-domain-parser",
"keywords": [
"Public Suffix List",
"domain parsing",
"url parsing"
],
"time": "2015-03-30 12:49:45"
},
{
"name": "league/uri",
"version": "4.1.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "0cbce9fe7d9808690ebda67b110ad96bcae9daee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/0cbce9fe7d9808690ebda67b110ad96bcae9daee",
"reference": "0cbce9fe7d9808690ebda67b110ad96bcae9daee",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"jeremykendall/php-domain-parser": "^3.0",
"php": ">=5.5.9",
"psr/http-message": "^1.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "^1.9",
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "http://url.thephpleague.com",
"keywords": [
"data",
"data-uri",
"ftp",
"http",
"parse_url",
"psr-7",
"rfc3986",
"uri",
"url",
"ws"
],
"time": "2016-03-24 08:38:29"
},
2015-10-31 11:35:18 +01:00
{
2016-03-30 01:39:47 +02:00
"name": "mathmarques/smarty-view",
2016-04-01 00:45:44 +02:00
"version": "1.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",
2016-04-01 00:45:44 +02:00
"reference": "66f4d28c564c0363eda18d3f5b85a4241b1c4ad1"
2015-10-31 11:35:18 +01:00
},
"dist": {
"type": "zip",
2016-04-01 00:45:44 +02:00
"url": "https://api.github.com/repos/mathmarques/Smarty-View/zipball/66f4d28c564c0363eda18d3f5b85a4241b1c4ad1",
"reference": "66f4d28c564c0363eda18d3f5b85a4241b1c4ad1",
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",
2016-04-01 00:45:44 +02:00
"slim 3",
2016-03-30 01:39:47 +02:00
"smarty",
"template",
"view"
],
2016-04-01 00:45:44 +02:00
"time": "2016-03-31 00:41:59"
2016-03-30 01:39:47 +02:00
},
{
"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": "ptachoire/process-builder-chain",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/krichprollsch/process-builder-chain.git",
"reference": "465055dbcc3b5ef792a768df935571551de4781a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/krichprollsch/process-builder-chain/zipball/465055dbcc3b5ef792a768df935571551de4781a",
"reference": "465055dbcc3b5ef792a768df935571551de4781a",
"shasum": ""
},
"require": {
"symfony/process": "~2.5 || ~3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Chain": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Pierre Tachoire",
"email": "pierre.tachoire@gmail.com"
}
],
"description": "Add ability to chain symfony processes",
"time": "2016-04-10 08:33:20"
},
{
"name": "rg3/youtube-dl",
2016-04-14 19:43:38 +02:00
"version": "2016.04.13",
"source": {
"type": "git",
"url": "https://github.com/rg3/youtube-dl.git",
2016-04-14 19:43:38 +02:00
"reference": "9e285387260a019d7471c3bdbd52cc764c0e8700"
},
"type": "library"
},
2016-04-14 12:42:13 +02:00
{
"name": "rudloff/psr7-process-stream",
"version": "0.1.0",
"source": {
"type": "git",
"url": "https://github.com/Rudloff/psr7-process-stream.git",
"reference": "055ecbdadee9b43904aed75d5a548c277cac10a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Rudloff/psr7-process-stream/zipball/055ecbdadee9b43904aed75d5a548c277cac10a8",
"reference": "055ecbdadee9b43904aed75d5a548c277cac10a8",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "~1.3.0"
},
"require-dev": {
"symfony/var-dumper": "~3.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"ProcessStream\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"description": "PSR-7 stream implementation that can be used to manage processes",
"time": "2016-04-14 10:36:10"
},
2016-04-12 21:13:43 +02:00
{
"name": "rudloff/rtmpdump-bin",
"version": "2.3",
2016-04-12 21:13:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/Rudloff/rtmpdump-bin.git",
"reference": "133cdd80e3bab66593e88a5276158596383afd97"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Rudloff/rtmpdump-bin/zipball/133cdd80e3bab66593e88a5276158596383afd97",
"reference": "133cdd80e3bab66593e88a5276158596383afd97",
"shasum": ""
2016-04-12 21:13:43 +02:00
},
"require-dev": {
"rtmpdump/rtmpdump": "2.3"
},
"bin": [
"rtmpdump"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
2016-04-12 21:13:43 +02:00
"license": [
"GPL-2.0"
],
"description": "rtmpdump binary for Linux 64 bit",
"time": "2016-04-12 19:17:32"
2016-04-12 21:13:43 +02:00
},
2016-04-06 13:19:27 +02:00
{
"name": "rudloff/smarty-plugin-noscheme",
"version": "0.1.1",
2016-04-06 13:19:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/Rudloff/smarty-plugin-noscheme.git",
"reference": "7b64350bd255690e44db497e50bb5edc5e87d5e6"
2016-04-06 13:19:27 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Rudloff/smarty-plugin-noscheme/zipball/7b64350bd255690e44db497e50bb5edc5e87d5e6",
"reference": "7b64350bd255690e44db497e50bb5edc5e87d5e6",
2016-04-06 13:19:27 +02:00
"shasum": ""
},
"require": {
"league/uri": "~4.1.1"
2016-04-06 13:19:27 +02:00
},
"require-dev": {
"symfony/var-dumper": "~3.0.1"
2016-04-06 13:19:27 +02:00
},
"type": "library",
"autoload": {
"files": [
"modifier.noscheme.php"
]
},
2016-04-06 13:19:27 +02:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Pierre Rudloff",
"email": "contact@rudloff.pro",
"homepage": "https://rudloff.pro/",
"role": "Developer"
}
],
"description": "Smarty modifier that removes the scheme in URLs",
"time": "2016-04-09 00:40:13"
2016-04-06 13:19:27 +02:00
},
2015-10-29 21:19:40 +01:00
{
"name": "slim/slim",
"version": "3.x-dev",
2015-10-29 21:19:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
"reference": "b2e82a75467c12d94f038d433363e4aa7e8bf603"
2015-10-29 21:19:40 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/b2e82a75467c12d94f038d433363e4aa7e8bf603",
"reference": "b2e82a75467c12d94f038d433363e4aa7e8bf603",
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
],
"time": "2016-04-14 09:05:11"
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
},
2016-04-01 00:42:28 +02:00
{
"name": "symfony/process",
"version": "v3.0.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/e6f1f98bbd355d209a992bfff45e7edfbd4a0776",
"reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"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 Process Component",
"homepage": "https://symfony.com",
"time": "2016-03-30 10:41:14"
},
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",
2016-04-12 14:52:00 +02:00
"stability-flags": {
"slim/slim": 20,
2016-04-12 14:52:00 +02:00
"ffmpeg/ffmpeg": 20
},
2015-04-11 22:08:24 +02:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}