1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 13:28:19 +01:00
php-typemill/composer.lock

949 lines
32 KiB
Plaintext
Raw Normal View History

2017-04-14 21:45:15 +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",
"This file is @generated automatically"
],
"content-hash": "90ca8c01f77b4f6cff7e68e20e9097f3",
2017-04-14 21:45:15 +02:00
"packages": [
{
"name": "container-interop/container-interop",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/container-interop/container-interop.git",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"shasum": ""
},
"require": {
"psr/container": "^1.0"
},
"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.)",
"homepage": "https://github.com/container-interop/container-interop",
"time": "2017-02-14T19:40:03+00:00"
},
{
"name": "erusev/parsedown",
"version": "1.8.0-beta-5",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "c26a2ee4bf8ba0270daab7da0353f2525ca6564a"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/c26a2ee4bf8ba0270daab7da0353f2525ca6564a",
"reference": "c26a2ee4bf8ba0270daab7da0353f2525ca6564a",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2018-03-15 12:57:07 +01:00
"ext-mbstring": "*",
2017-04-14 21:45:15 +02:00
"php": ">=5.3.0"
},
2017-11-17 17:44:02 +01:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
2017-04-14 21:45:15 +02:00
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"time": "2018-06-11T18:15:32+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "erusev/parsedown-extra",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown-extra.git",
2018-05-10 06:04:56 +02:00
"reference": "f21b40a1973b6674903a6da9857ee215e8839f96"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2018-05-10 06:04:56 +02:00
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/f21b40a1973b6674903a6da9857ee215e8839f96",
"reference": "f21b40a1973b6674903a6da9857ee215e8839f96",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2018-05-10 06:04:56 +02:00
"erusev/parsedown": "^1.8.0|^1.8.0-beta-4",
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=5.3.6"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
2017-04-14 21:45:15 +02:00
},
"type": "library",
"autoload": {
"psr-0": {
"ParsedownExtra": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "An extension of Parsedown that adds support for Markdown Extra.",
"homepage": "https://github.com/erusev/parsedown-extra",
"keywords": [
"markdown",
"markdown extra",
"parsedown",
"parser"
],
2018-05-10 06:04:56 +02:00
"time": "2018-05-08T22:06:04+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "jbroadway/urlify",
2018-09-14 00:31:25 +02:00
"version": "1.1.1-stable",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/jbroadway/urlify.git",
2018-09-14 00:31:25 +02:00
"reference": "e8d6950edc484c29f1a499ca6710e928e219ea43"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2018-09-14 00:31:25 +02:00
"url": "https://api.github.com/repos/jbroadway/urlify/zipball/e8d6950edc484c29f1a499ca6710e928e219ea43",
"reference": "e8d6950edc484c29f1a499ca6710e928e219ea43",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"URLify": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-09-14 00:31:25 +02:00
"BSD-3-Clause-Clear"
2017-04-14 21:45:15 +02:00
],
"authors": [
{
"name": "Johnny Broadway",
"email": "johnny@johnnybroadway.com",
"homepage": "http://www.johnnybroadway.com/"
}
],
"description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
"homepage": "https://github.com/jbroadway/urlify",
"keywords": [
"encode",
"iconv",
"link",
"slug",
"translit",
"transliterate",
"transliteration",
"url",
"urlify"
],
2018-09-14 00:31:25 +02:00
"time": "2018-08-28T14:21:56+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
2017-04-14 21:45:15 +02:00
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "paragonie/random_compat",
2018-09-14 00:31:25 +02:00
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2018-09-14 00:31:25 +02:00
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
2018-09-14 00:31:25 +02:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
2018-09-14 00:31:25 +02:00
"php": "^7"
},
"require-dev": {
2018-09-14 00:31:25 +02:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
2018-09-14 00:31:25 +02:00
"time": "2018-07-02T15:55:56+00:00"
},
2017-04-14 21:45:15 +02:00
{
"name": "pimple/pimple",
"version": "v3.2.3",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2017-11-14 21:15:14 +01:00
"php": ">=5.3.0",
"psr/container": "^1.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.2"
2017-04-14 21:45:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-14 21:15:14 +01:00
"dev-master": "3.2.x-dev"
2017-04-14 21:45:15 +02:00
}
},
"autoload": {
"psr-0": {
"Pimple": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
"keywords": [
"container",
"dependency injection"
],
"time": "2018-01-21T07:42:36+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"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",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "slim/csrf",
2018-09-14 00:31:25 +02:00
"version": "0.8.3",
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim-Csrf.git",
2018-09-14 00:31:25 +02:00
"reference": "5f2bcf5d89adf86dc0455a32bea84d912ab466a7"
},
"dist": {
"type": "zip",
2018-09-14 00:31:25 +02:00
"url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/5f2bcf5d89adf86dc0455a32bea84d912ab466a7",
"reference": "5f2bcf5d89adf86dc0455a32bea84d912ab466a7",
"shasum": ""
},
"require": {
2018-09-14 00:31:25 +02:00
"paragonie/random_compat": "^1.1|^2.0|^9.99",
"php": ">=5.5.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
"slim/slim": "~3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Slim\\Csrf\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "http://joshlockhart.com"
}
],
"description": "Slim Framework 3 CSRF protection middleware",
"homepage": "http://slimframework.com",
"keywords": [
"csrf",
"framework",
"middleware",
"slim"
],
2018-09-14 00:31:25 +02:00
"time": "2018-08-22T16:12:18+00:00"
},
2017-04-14 21:45:15 +02:00
{
"name": "slim/flash",
2017-11-14 21:15:14 +01:00
"version": "0.4.0",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim-Flash.git",
2017-11-14 21:15:14 +01:00
"reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2017-11-14 21:15:14 +01:00
"url": "https://api.github.com/repos/slimphp/Slim-Flash/zipball/9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
"reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Slim\\Flash\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "http://joshlockhart.com"
}
],
"description": "Slim Framework Flash message service provider",
"homepage": "http://slimframework.com",
"keywords": [
"flash",
"framework",
"message",
"provider",
"slim"
],
2017-11-14 21:15:14 +01:00
"time": "2017-10-22T10:35:05+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "slim/slim",
"version": "3.11.0",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
"reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
"reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.2",
"nikic/fast-route": "^1.0",
"php": ">=5.5.0",
"pimple/pimple": "^3.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Slim\\": "Slim"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
},
{
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "https://joshlockhart.com"
},
{
"name": "Gabriel Manricks",
"email": "gmanricks@me.com",
"homepage": "http://gabrielmanricks.com"
},
{
"name": "Andrew Smith",
"email": "a.smith@silentworks.co.uk",
"homepage": "http://silentworks.co.uk"
}
],
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
"homepage": "https://slimframework.com",
"keywords": [
"api",
"framework",
"micro",
"router"
],
"time": "2018-09-16T10:54:21+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "slim/twig-view",
2018-05-10 06:04:56 +02:00
"version": "2.4.0",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Twig-View.git",
2018-05-10 06:04:56 +02:00
"reference": "78386c01a97f7870462b38fff759dad649da9efc"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2018-05-10 06:04:56 +02:00
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/78386c01a97f7870462b38fff759dad649da9efc",
"reference": "78386c01a97f7870462b38fff759dad649da9efc",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"psr/http-message": "^1.0",
"twig/twig": "^1.18|^2.0"
},
"require-dev": {
2018-05-10 06:04:56 +02:00
"phpunit/phpunit": "^4.8|^5.7",
"slim/slim": "^3.10"
2017-04-14 21:45:15 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Slim\\Views\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "http://joshlockhart.com"
}
],
"description": "Slim Framework 3 view helper built on top of the Twig 2 templating component",
"homepage": "http://slimframework.com",
"keywords": [
"framework",
"slim",
"template",
"twig",
"view"
],
2018-05-10 06:04:56 +02:00
"time": "2018-05-07T10:54:29+00:00"
2017-04-14 21:45:15 +02:00
},
2017-11-17 17:44:02 +01:00
{
"name": "symfony/event-dispatcher",
2018-10-07 10:55:48 +02:00
"version": "v3.4.17",
2017-11-17 17:44:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2018-09-14 00:31:25 +02:00
"reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb"
2017-11-17 17:44:02 +01:00
},
"dist": {
"type": "zip",
2018-09-14 00:31:25 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
"reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
2017-11-17 17:44:02 +01:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
2017-11-17 17:44:02 +01:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2017-11-17 17:44:02 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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 EventDispatcher Component",
"homepage": "https://symfony.com",
2018-09-14 00:31:25 +02:00
"time": "2018-07-26T09:06:28+00:00"
2017-11-17 17:44:02 +01:00
},
2018-05-23 18:07:39 +02:00
{
"name": "symfony/polyfill-ctype",
2018-09-14 00:31:25 +02:00
"version": "v1.9.0",
2018-05-23 18:07:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2018-09-14 00:31:25 +02:00
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2018-05-23 18:07:39 +02:00
},
"dist": {
"type": "zip",
2018-09-14 00:31:25 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2018-05-23 18:07:39 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-09-14 00:31:25 +02:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-05-23 18:07:39 +02:00
"type": "library",
"extra": {
"branch-alias": {
2018-09-14 00:31:25 +02:00
"dev-master": "1.9-dev"
2018-05-23 18:07:39 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2018-09-14 00:31:25 +02:00
"time": "2018-08-06T14:22:27+00:00"
2018-05-23 18:07:39 +02:00
},
2017-04-14 21:45:15 +02:00
{
"name": "symfony/yaml",
2018-10-07 10:55:48 +02:00
"version": "v2.8.46",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2018-10-07 10:55:48 +02:00
"reference": "5baf0f821b14eee8ca415e6a0361a9fa140c002c"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2018-10-07 10:55:48 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/5baf0f821b14eee8ca415e6a0361a9fa140c002c",
"reference": "5baf0f821b14eee8ca415e6a0361a9fa140c002c",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2018-05-23 18:07:39 +02:00
"php": ">=5.3.9",
"symfony/polyfill-ctype": "~1.8"
2017-04-14 21:45:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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 Yaml Component",
"homepage": "https://symfony.com",
2018-10-07 10:55:48 +02:00
"time": "2018-08-29T13:11:53+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "twig/twig",
2018-07-24 19:53:51 +02:00
"version": "v1.35.4",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2018-07-24 19:53:51 +02:00
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2018-07-24 19:53:51 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
"reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2018-07-24 19:53:51 +02:00
"php": ">=5.3.3",
"symfony/polyfill-ctype": "^1.8"
2017-04-14 21:45:15 +02:00
},
"require-dev": {
"psr/container": "^1.0",
"symfony/debug": "^2.7",
"symfony/phpunit-bridge": "^3.3"
2017-04-14 21:45:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-14 21:15:14 +01:00
"dev-master": "1.35-dev"
2017-04-14 21:45:15 +02:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
2017-07-02 19:18:48 +02:00
},
"psr-4": {
"Twig\\": "src/"
2017-04-14 21:45:15 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
2018-07-24 19:53:51 +02:00
"homepage": "https://twig.symfony.com/contributors",
2017-04-14 21:45:15 +02:00
"role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
2018-07-24 19:53:51 +02:00
"homepage": "https://twig.symfony.com",
2017-04-14 21:45:15 +02:00
"keywords": [
"templating"
],
2018-07-24 19:53:51 +02:00
"time": "2018-07-13T07:12:17+00:00"
},
{
"name": "vlucas/valitron",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/vlucas/valitron.git",
2018-10-07 10:55:48 +02:00
"reference": "e3b3eb31a2fc41827ac8d5646e406dde4584f3c2"
},
"dist": {
"type": "zip",
2018-10-07 10:55:48 +02:00
"url": "https://api.github.com/repos/vlucas/valitron/zipball/e3b3eb31a2fc41827ac8d5646e406dde4584f3c2",
"reference": "e3b3eb31a2fc41827ac8d5646e406dde4584f3c2",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2018-05-10 06:04:56 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.5 || ^6.5"
},
"suggest": {
"ext-mbstring": "It can support the multiple bytes string length."
},
"type": "library",
"autoload": {
2018-05-10 06:04:56 +02:00
"psr-4": {
"Valitron\\": "src/Valitron"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Simple, elegant, stand-alone validation library with NO dependencies",
"homepage": "http://github.com/vlucas/valitron",
"keywords": [
"valid",
"validation",
"validator"
],
2018-10-07 10:55:48 +02:00
"time": "2018-09-23T19:46:36+00:00"
2017-04-14 21:45:15 +02:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
2017-04-14 21:45:15 +02:00
"stability-flags": {
"erusev/parsedown-extra": 20,
"vlucas/valitron": 20
2017-04-14 21:45:15 +02:00
},
"prefer-stable": true,
2017-04-14 21:45:15 +02:00
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}