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

1030 lines
35 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#installing-dependencies",
2017-04-14 21:45:15 +02:00
"This file is @generated automatically"
],
2020-07-04 08:06:18 +02:00
"content-hash": "87094a87b3a795ce73c299e4535358fb",
2017-04-14 21:45:15 +02:00
"packages": [
{
"name": "erusev/parsedown",
"version": "1.8.0-beta-7",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
"reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
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": "2019-03-17T18:47:21+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",
2020-01-01 19:59:29 +01:00
"reference": "32f6e957286bf9ff98d07ca924a18299461acc8f"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2020-01-01 19:59:29 +01:00
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/32f6e957286bf9ff98d07ca924a18299461acc8f",
"reference": "32f6e957286bf9ff98d07ca924a18299461acc8f",
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"
],
2020-01-01 19:59:29 +01:00
"time": "2019-12-29T11:14:16+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "jbroadway/urlify",
2019-10-21 21:36:35 +02:00
"version": "1.1.3-stable",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/jbroadway/urlify.git",
2019-10-21 21:36:35 +02:00
"reference": "37fe4e7680a1c8cd68ac43a27dac7ef4be476300"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2019-10-21 21:36:35 +02:00
"url": "https://api.github.com/repos/jbroadway/urlify/zipball/37fe4e7680a1c8cd68ac43a27dac7ef4be476300",
"reference": "37fe4e7680a1c8cd68ac43a27dac7ef4be476300",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5"
},
2017-04-14 21:45:15 +02:00
"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"
],
2019-10-21 21:36:35 +02:00
"time": "2019-06-13T18:30:56+00:00"
2017-04-14 21:45:15 +02:00
},
2020-07-04 08:06:18 +02:00
{
"name": "laminas/laminas-permissions-acl",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-permissions-acl.git",
"reference": "624567fe376a70e0bfb5aa8217d5afa13b9d6e61"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/624567fe376a70e0bfb5aa8217d5afa13b9d6e61",
"reference": "624567fe376a70e0bfb5aa8217d5afa13b9d6e61",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-permissions-acl": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
},
"suggest": {
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Permissions\\Acl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
"homepage": "https://laminas.dev",
"keywords": [
"acl",
"laminas"
],
"time": "2019-12-31T17:37:23+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "fcd87520e4943d968557803919523772475e8ea3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
"reference": "fcd87520e4943d968557803919523772475e8ea3",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"time": "2020-05-20T16:45: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",
2020-04-20 19:37:35 +02:00
"version": "v3.3.0",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
2020-04-20 19:37:35 +02:00
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2020-04-20 19:37:35 +02:00
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2020-04-20 19:37:35 +02:00
"php": "^7.2.5",
2017-11-14 21:15:14 +01:00
"psr/container": "^1.0"
},
"require-dev": {
2020-04-20 19:37:35 +02:00
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
2017-04-14 21:45:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-20 19:37:35 +02:00
"dev-master": "3.3.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",
2020-04-20 19:37:35 +02:00
"homepage": "https://pimple.symfony.com",
2017-04-14 21:45:15 +02:00
"keywords": [
"container",
"dependency injection"
],
2020-04-20 19:37:35 +02:00
"time": "2020-03-03T09:12:48+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",
2020-01-01 19:59:29 +01:00
"version": "3.12.3",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
2020-01-01 19:59:29 +01:00
"reference": "1c9318a84ffb890900901136d620b4f03a59da38"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2020-01-01 19:59:29 +01:00
"url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38",
"reference": "1c9318a84ffb890900901136d620b4f03a59da38",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2019-10-21 21:36:35 +02:00
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
2017-04-14 21:45:15 +02:00
"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": "Josh Lockhart",
"email": "hello@joshlockhart.com",
"homepage": "https://joshlockhart.com"
},
{
"name": "Andrew Smith",
"email": "a.smith@silentworks.co.uk",
"homepage": "http://silentworks.co.uk"
2019-10-21 21:36:35 +02:00
},
{
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
},
{
"name": "Gabriel Manricks",
"email": "gmanricks@me.com",
"homepage": "http://gabrielmanricks.com"
2017-04-14 21:45:15 +02:00
}
],
"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"
],
2020-01-01 19:59:29 +01:00
"time": "2019-11-28T17:40:33+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "slim/twig-view",
2020-01-01 19:59:29 +01:00
"version": "2.5.1",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Twig-View.git",
2020-01-01 19:59:29 +01:00
"reference": "47bd5cc1cbbdf5196d0873ece0ee97c6c7b352e9"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2020-01-01 19:59:29 +01:00
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/47bd5cc1cbbdf5196d0873ece0ee97c6c7b352e9",
"reference": "47bd5cc1cbbdf5196d0873ece0ee97c6c7b352e9",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"psr/http-message": "^1.0",
2020-01-01 19:59:29 +01:00
"twig/twig": "^1.38|^2.7|^3.0"
2017-04-14 21:45:15 +02:00
},
"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"
],
2020-01-01 19:59:29 +01:00
"time": "2019-11-28T18:03:50+00:00"
2017-04-14 21:45:15 +02:00
},
2017-11-17 17:44:02 +01:00
{
"name": "symfony/event-dispatcher",
2020-06-14 21:27:26 +02:00
"version": "v3.4.42",
2017-11-17 17:44:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2020-06-14 21:27:26 +02:00
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081"
2017-11-17 17:44:02 +01:00
},
"dist": {
"type": "zip",
2020-06-14 21:27:26 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081",
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081",
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",
2020-06-14 21:27:26 +02:00
"time": "2020-05-05T15:06:23+00:00"
2017-11-17 17:44:02 +01:00
},
2018-05-23 18:07:39 +02:00
{
"name": "symfony/polyfill-ctype",
2020-07-17 11:17:42 +02:00
"version": "v1.18.0",
2018-05-23 18:07:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-07-17 11:17:42 +02:00
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2018-05-23 18:07:39 +02:00
},
"dist": {
"type": "zip",
2020-07-17 11:17:42 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
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": {
2020-07-17 11:17:42 +02:00
"dev-master": "1.18-dev"
2020-07-04 08:06:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
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": [
{
2019-10-21 21:36:35 +02:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2018-05-23 18:07:39 +02:00
},
{
2019-10-21 21:36:35 +02:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-05-23 18:07:39 +02:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-07-17 11:17:42 +02:00
"time": "2020-07-14T12:35:20+00:00"
2018-05-23 18:07:39 +02:00
},
2017-04-14 21:45:15 +02:00
{
"name": "symfony/yaml",
2019-11-24 09:54:43 +01:00
"version": "v2.8.52",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2018-12-04 21:23:15 +01:00
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2018-12-04 21:23:15 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
"reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
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-12-04 21:23:15 +01:00
"time": "2018-11-11T11:18:13+00:00"
2017-04-14 21:45:15 +02:00
},
{
"name": "twig/twig",
2020-07-17 11:17:42 +02:00
"version": "v1.43.0",
2017-04-14 21:45:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2020-07-17 11:17:42 +02:00
"reference": "597a03e85a60af6feee4f5127f3ef4279a1694c3"
2017-04-14 21:45:15 +02:00
},
"dist": {
"type": "zip",
2020-07-17 11:17:42 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/597a03e85a60af6feee4f5127f3ef4279a1694c3",
"reference": "597a03e85a60af6feee4f5127f3ef4279a1694c3",
2017-04-14 21:45:15 +02:00
"shasum": ""
},
"require": {
2020-07-17 11:17:42 +02:00
"php": ">=7.1.3",
2018-07-24 19:53:51 +02:00
"symfony/polyfill-ctype": "^1.8"
2017-04-14 21:45:15 +02:00
},
"require-dev": {
"psr/container": "^1.0",
2020-07-17 11:17:42 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2017-04-14 21:45:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-17 11:17:42 +02:00
"dev-master": "1.43-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": "Twig Team",
"role": "Contributors"
2019-10-21 21:36:35 +02:00
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2017-04-14 21:45:15 +02:00
}
],
"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"
],
2020-07-17 11:17:42 +02:00
"time": "2020-07-05T13:00:49+00:00"
},
{
"name": "vlucas/valitron",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/vlucas/valitron.git",
2020-07-17 11:17:42 +02:00
"reference": "9268adeeb48ba155e35dca861f5990283e14eafb"
},
"dist": {
"type": "zip",
2020-07-17 11:17:42 +02:00
"url": "https://api.github.com/repos/vlucas/valitron/zipball/9268adeeb48ba155e35dca861f5990283e14eafb",
"reference": "9268adeeb48ba155e35dca861f5990283e14eafb",
"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"
],
2020-07-17 11:17:42 +02:00
"time": "2020-07-10T08:55:05+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": []
}