2015-04-11 20:08:24 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2015-10-29 18:02:19 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
2015-04-11 20:08:24 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2016-04-11 20:41:25 +00:00
|
|
|
"hash": "0a09fa0b589ef92192be06b640a2e7e5",
|
|
|
|
"content-hash": "7e43db00a5d5e02e3bcd909198e0f98f",
|
2015-04-11 20:08:24 +00:00
|
|
|
"packages": [
|
2016-03-29 23:39:47 +00: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"
|
|
|
|
},
|
2015-11-21 19:44:32 +00:00
|
|
|
{
|
|
|
|
"name": "ffmpeg/ffmpeg",
|
2016-01-11 23:28:45 +00:00
|
|
|
"version": "2.8.4",
|
2015-11-21 19:44:32 +00:00
|
|
|
"dist": {
|
|
|
|
"type": "xz",
|
|
|
|
"url": "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz",
|
|
|
|
"reference": null,
|
|
|
|
"shasum": null
|
|
|
|
},
|
2015-11-21 19:54:38 +00:00
|
|
|
"bin": [
|
|
|
|
"ffmpeg"
|
|
|
|
],
|
2015-11-21 19:44:32 +00:00
|
|
|
"type": "library"
|
|
|
|
},
|
2016-04-06 11:19:27 +00: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 10:35:18 +00:00
|
|
|
{
|
2016-03-29 23:39:47 +00:00
|
|
|
"name": "mathmarques/smarty-view",
|
2016-03-31 22:45:44 +00:00
|
|
|
"version": "1.1.0",
|
2015-10-31 10:35:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-03-29 23:39:47 +00:00
|
|
|
"url": "https://github.com/mathmarques/Smarty-View.git",
|
2016-03-31 22:45:44 +00:00
|
|
|
"reference": "66f4d28c564c0363eda18d3f5b85a4241b1c4ad1"
|
2015-10-31 10:35:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-03-31 22:45:44 +00:00
|
|
|
"url": "https://api.github.com/repos/mathmarques/Smarty-View/zipball/66f4d28c564c0363eda18d3f5b85a4241b1c4ad1",
|
|
|
|
"reference": "66f4d28c564c0363eda18d3f5b85a4241b1c4ad1",
|
2015-10-31 10:35:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-03-29 23:39:47 +00:00
|
|
|
"php": ">=5.5.0",
|
|
|
|
"slim/slim": "^3.0",
|
|
|
|
"smarty/smarty": "~3.1"
|
2015-10-31 10:35:18 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-03-29 23:39:47 +00:00
|
|
|
"phpunit/phpunit": "^4.8.0"
|
2015-10-31 10:35:18 +00:00
|
|
|
},
|
2016-03-29 23:39:47 +00:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Slim\\Views\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
2015-10-31 10:35:18 +00:00
|
|
|
],
|
2016-03-29 23:39:47 +00: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-03-31 22:45:44 +00:00
|
|
|
"slim 3",
|
2016-03-29 23:39:47 +00:00
|
|
|
"smarty",
|
|
|
|
"template",
|
|
|
|
"view"
|
|
|
|
],
|
2016-03-31 22:45:44 +00:00
|
|
|
"time": "2016-03-31 00:41:59"
|
2016-03-29 23:39:47 +00: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 10:35:18 +00:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2016-03-29 23:39:47 +00:00
|
|
|
"psr-4": {
|
|
|
|
"FastRoute\\": "src/"
|
2015-10-31 10:35:18 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2016-03-29 23:39:47 +00:00
|
|
|
"src/functions.php"
|
2015-10-31 10:35:18 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2016-03-29 23:39:47 +00:00
|
|
|
"BSD-3-Clause"
|
2015-10-31 10:35:18 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-03-29 23:39:47 +00:00
|
|
|
"name": "Nikita Popov",
|
|
|
|
"email": "nikic@php.net"
|
2015-10-31 10:35:18 +00:00
|
|
|
}
|
|
|
|
],
|
2016-03-29 23:39:47 +00:00
|
|
|
"description": "Fast request router for PHP",
|
2015-10-31 10:35:18 +00:00
|
|
|
"keywords": [
|
2016-03-29 23:39:47 +00:00
|
|
|
"router",
|
|
|
|
"routing"
|
2015-10-31 10:35:18 +00:00
|
|
|
],
|
2016-03-29 23:39:47 +00:00
|
|
|
"time": "2015-06-18 19:15:47"
|
2015-10-31 10:35:18 +00:00
|
|
|
},
|
|
|
|
{
|
2016-03-29 23:39:47 +00:00
|
|
|
"name": "pimple/pimple",
|
|
|
|
"version": "v3.0.2",
|
2015-10-31 10:35:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-03-29 23:39:47 +00:00
|
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
|
|
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
|
2015-10-31 10:35:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-03-29 23:39:47 +00:00
|
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
|
|
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
2015-10-31 10:35:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-03-29 23:39:47 +00:00
|
|
|
"php": ">=5.3.0"
|
2015-10-31 10:35:18 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-03-29 23:39:47 +00:00
|
|
|
"dev-master": "3.0.x-dev"
|
2015-10-31 10:35:18 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-03-29 23:39:47 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Pimple": "src/"
|
2015-10-31 10:35:18 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-03-29 23:39:47 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-10-31 10:35:18 +00:00
|
|
|
}
|
|
|
|
],
|
2016-03-29 23:39:47 +00:00
|
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
|
|
"homepage": "http://pimple.sensiolabs.org",
|
2015-10-31 10:35:18 +00:00
|
|
|
"keywords": [
|
2016-03-29 23:39:47 +00:00
|
|
|
"container",
|
|
|
|
"dependency injection"
|
2015-10-31 10:35:18 +00:00
|
|
|
],
|
2016-03-29 23:39:47 +00:00
|
|
|
"time": "2015-09-11 15:10:35"
|
2015-10-31 10:35:18 +00: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"
|
|
|
|
},
|
2015-10-29 18:02:19 +00:00
|
|
|
{
|
|
|
|
"name": "rg3/youtube-dl",
|
2016-04-11 20:41:25 +00:00
|
|
|
"version": "2016.04.06",
|
2015-10-29 18:02:19 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/rg3/youtube-dl.git",
|
2016-04-11 20:41:25 +00:00
|
|
|
"reference": "2016.04.06"
|
2015-10-29 18:02:19 +00:00
|
|
|
},
|
|
|
|
"type": "library"
|
|
|
|
},
|
2016-04-06 11:19:27 +00:00
|
|
|
{
|
|
|
|
"name": "rudloff/smarty-plugin-noscheme",
|
2016-04-09 00:42:46 +00:00
|
|
|
"version": "0.1.1",
|
2016-04-06 11:19:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Rudloff/smarty-plugin-noscheme.git",
|
2016-04-09 00:42:46 +00:00
|
|
|
"reference": "7b64350bd255690e44db497e50bb5edc5e87d5e6"
|
2016-04-06 11:19:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-04-09 00:42:46 +00:00
|
|
|
"url": "https://api.github.com/repos/Rudloff/smarty-plugin-noscheme/zipball/7b64350bd255690e44db497e50bb5edc5e87d5e6",
|
|
|
|
"reference": "7b64350bd255690e44db497e50bb5edc5e87d5e6",
|
2016-04-06 11:19:27 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-04-09 00:42:46 +00:00
|
|
|
"league/uri": "~4.1.1"
|
2016-04-06 11:19:27 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-04-09 00:42:46 +00:00
|
|
|
"symfony/var-dumper": "~3.0.1"
|
2016-04-06 11:19:27 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2016-04-09 00:42:46 +00:00
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"modifier.noscheme.php"
|
|
|
|
]
|
|
|
|
},
|
2016-04-06 11:19:27 +00: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",
|
2016-04-09 00:42:46 +00:00
|
|
|
"time": "2016-04-09 00:40:13"
|
2016-04-06 11:19:27 +00:00
|
|
|
},
|
2015-10-29 20:19:40 +00:00
|
|
|
{
|
|
|
|
"name": "slim/slim",
|
2016-03-29 23:39:47 +00:00
|
|
|
"version": "3.3.0",
|
2015-10-29 20:19:40 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/slimphp/Slim.git",
|
2016-03-29 23:39:47 +00:00
|
|
|
"reference": "939f2e85d57508de9cff241d10091cd972f221c3"
|
2015-10-29 20:19:40 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-03-29 23:39:47 +00:00
|
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/939f2e85d57508de9cff241d10091cd972f221c3",
|
|
|
|
"reference": "939f2e85d57508de9cff241d10091cd972f221c3",
|
2015-10-29 20:19:40 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-03-29 23:39:47 +00: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 20:19:40 +00:00
|
|
|
},
|
2016-03-29 23:39:47 +00:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.0",
|
|
|
|
"squizlabs/php_codesniffer": "^2.5"
|
2015-10-29 20:19:40 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-03-29 23:39:47 +00:00
|
|
|
"Slim\\": "Slim"
|
2015-10-29 20:19:40 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2016-03-29 23:39:47 +00:00
|
|
|
{
|
|
|
|
"name": "Rob Allen",
|
|
|
|
"email": "rob@akrabat.com",
|
|
|
|
"homepage": "http://akrabat.com"
|
|
|
|
},
|
2015-10-29 20:19:40 +00:00
|
|
|
{
|
|
|
|
"name": "Josh Lockhart",
|
2016-03-29 23:39:47 +00:00
|
|
|
"email": "hello@joshlockhart.com",
|
|
|
|
"homepage": "https://joshlockhart.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gabriel Manricks",
|
|
|
|
"email": "gmanricks@me.com",
|
|
|
|
"homepage": "http://gabrielmanricks.com"
|
2015-10-29 20:19:40 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andrew Smith",
|
|
|
|
"email": "a.smith@silentworks.co.uk",
|
2016-03-29 23:39:47 +00:00
|
|
|
"homepage": "http://silentworks.co.uk"
|
2015-10-29 20:19:40 +00:00
|
|
|
}
|
|
|
|
],
|
2016-03-29 23:39:47 +00: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 20:19:40 +00:00
|
|
|
"keywords": [
|
2016-03-29 23:39:47 +00:00
|
|
|
"api",
|
|
|
|
"framework",
|
|
|
|
"micro",
|
|
|
|
"router"
|
2015-10-29 20:19:40 +00:00
|
|
|
],
|
2016-03-29 23:39:47 +00:00
|
|
|
"time": "2016-03-10 21:37:40"
|
2015-10-29 20:19:40 +00:00
|
|
|
},
|
2015-04-11 20:08:24 +00:00
|
|
|
{
|
|
|
|
"name": "smarty/smarty",
|
2015-12-21 10:04:17 +00:00
|
|
|
"version": "v3.1.29",
|
2015-04-11 20:08:24 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/smarty-php/smarty.git",
|
2015-12-21 10:04:17 +00:00
|
|
|
"reference": "35480f10e7ce9b0fdaf23d3799d7b79463919b1e"
|
2015-04-11 20:08:24 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2015-12-21 10:04:17 +00:00
|
|
|
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/35480f10e7ce9b0fdaf23d3799d7b79463919b1e",
|
|
|
|
"reference": "35480f10e7ce9b0fdaf23d3799d7b79463919b1e",
|
2015-04-11 20:08:24 +00: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 16:48:11 +00:00
|
|
|
"libs/sysplugins/"
|
2015-04-11 20:08:24 +00: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 10:04:17 +00:00
|
|
|
"time": "2015-12-21 01:57:06"
|
2015-10-31 14:42:25 +00:00
|
|
|
},
|
2016-03-31 22:42:28 +00: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 14:42:25 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2016-03-31 22:19:25 +00:00
|
|
|
"version": "v3.0.4",
|
2015-10-31 14:42:25 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2016-03-31 22:19:25 +00:00
|
|
|
"reference": "0047c8366744a16de7516622c5b7355336afae96"
|
2015-10-31 14:42:25 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-03-31 22:19:25 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
|
|
|
|
"reference": "0047c8366744a16de7516622c5b7355336afae96",
|
2015-10-31 14:42:25 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-12-05 21:01:58 +00:00
|
|
|
"php": ">=5.5.9"
|
2015-10-31 14:42:25 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-12-05 21:01:58 +00:00
|
|
|
"dev-master": "3.0-dev"
|
2015-10-31 14:42:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
2015-11-25 18:28:43 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-31 14:42:25 +00: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-03-31 22:19:25 +00:00
|
|
|
"time": "2016-03-04 07:55:57"
|
2015-10-29 19:17:48 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
2015-12-05 21:01:58 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2016-03-15 22:05:37 +00:00
|
|
|
"version": "v1.1.1",
|
2015-12-05 21:01:58 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2016-02-01 23:03:19 +00:00
|
|
|
"reference": "1289d16209491b584839022f29257ad859b8532d"
|
2015-12-05 21:01:58 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-02-01 23:03:19 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
|
|
|
|
"reference": "1289d16209491b584839022f29257ad859b8532d",
|
2015-12-05 21:01:58 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2015-12-28 18:43:17 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
2015-12-05 21:01:58 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-02-01 23:03:19 +00:00
|
|
|
"dev-master": "1.1-dev"
|
2015-12-05 21:01:58 +00: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-01 23:03:19 +00:00
|
|
|
"time": "2016-01-20 09:13:37"
|
2015-12-05 21:01:58 +00:00
|
|
|
},
|
2015-10-29 18:02:19 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/var-dumper",
|
2016-03-31 22:19:25 +00:00
|
|
|
"version": "v3.0.4",
|
2015-10-29 18:02:19 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
2016-03-31 22:19:25 +00:00
|
|
|
"reference": "3841ed86527d18ee2c35fe4afb1b2fc60f8fae79"
|
2015-10-29 18:02:19 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2016-03-31 22:19:25 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/3841ed86527d18ee2c35fe4afb1b2fc60f8fae79",
|
|
|
|
"reference": "3841ed86527d18ee2c35fe4afb1b2fc60f8fae79",
|
2015-10-29 18:02:19 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-12-05 21:01:58 +00:00
|
|
|
"php": ">=5.5.9",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"twig/twig": "~1.20|~2.0"
|
2015-10-29 18:02:19 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-symfony_debug": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-12-05 21:01:58 +00:00
|
|
|
"dev-master": "3.0-dev"
|
2015-10-29 18:02:19 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"Resources/functions/dump.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\VarDumper\\": ""
|
2015-11-25 18:28:43 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-29 18:02:19 +00:00
|
|
|
},
|
|
|
|
"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-03-31 22:19:25 +00:00
|
|
|
"time": "2016-03-10 10:34:12"
|
2015-04-11 20:08:24 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|