mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 05:18:19 +01:00
663 lines
22 KiB
Plaintext
663 lines
22 KiB
Plaintext
|
{
|
||
|
"_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": "f62200a42c7079d79121ddda255fa670",
|
||
|
"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.6.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/erusev/parsedown.git",
|
||
|
"reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01",
|
||
|
"reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"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": "2017-03-29T16:04:15+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "erusev/parsedown-extra",
|
||
|
"version": "dev-master",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/erusev/parsedown-extra.git",
|
||
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
||
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"erusev/parsedown": "~1.4"
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2015-11-01 10:19:22"
|
||
|
},
|
||
|
{
|
||
|
"name": "jbroadway/urlify",
|
||
|
"version": "dev-master",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/jbroadway/urlify.git",
|
||
|
"reference": "99bb78cd9002d0e9ce479bb81635eb665e37e981"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/jbroadway/urlify/zipball/99bb78cd9002d0e9ce479bb81635eb665e37e981",
|
||
|
"reference": "99bb78cd9002d0e9ce479bb81635eb665e37e981",
|
||
|
"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": [
|
||
|
"BSD"
|
||
|
],
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-01-03 20:12:54"
|
||
|
},
|
||
|
{
|
||
|
"name": "nikic/fast-route",
|
||
|
"version": "v1.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nikic/FastRoute.git",
|
||
|
"reference": "b5f95749071c82a8e0f58586987627054400cdf6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6",
|
||
|
"reference": "b5f95749071c82a8e0f58586987627054400cdf6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4.0"
|
||
|
},
|
||
|
"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": "2017-01-19T11:35:12+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "pimple/pimple",
|
||
|
"version": "v3.0.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/silexphp/Pimple.git",
|
||
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
||
|
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "3.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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": "2015-09-11T15:10:35+00: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/flash",
|
||
|
"version": "dev-master",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/slimphp/Slim-Flash.git",
|
||
|
"reference": "3c9a26b3163820acc48080336c504d0a3cac6f30"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/slimphp/Slim-Flash/zipball/3c9a26b3163820acc48080336c504d0a3cac6f30",
|
||
|
"reference": "3c9a26b3163820acc48080336c504d0a3cac6f30",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2016-11-11 16:29:19"
|
||
|
},
|
||
|
{
|
||
|
"name": "slim/slim",
|
||
|
"version": "3.8.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/slimphp/Slim.git",
|
||
|
"reference": "5385302707530b2bccee1769613ad769859b826d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/5385302707530b2bccee1769613ad769859b826d",
|
||
|
"reference": "5385302707530b2bccee1769613ad769859b826d",
|
||
|
"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": "2017-03-19T17:55:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "slim/twig-view",
|
||
|
"version": "dev-master",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/slimphp/Twig-View.git",
|
||
|
"reference": "a743ac45e2a089942159dda499c5ef5bc5f6bfa6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/a743ac45e2a089942159dda499c5ef5bc5f6bfa6",
|
||
|
"reference": "a743ac45e2a089942159dda499c5ef5bc5f6bfa6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.5.0",
|
||
|
"psr/http-message": "^1.0",
|
||
|
"twig/twig": "^1.18|^2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.8|^5.7"
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-01-25 20:38:39"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/yaml",
|
||
|
"version": "v2.8.19",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/yaml.git",
|
||
|
"reference": "286d84891690b0e2515874717e49360d1c98a703"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/286d84891690b0e2515874717e49360d1c98a703",
|
||
|
"reference": "286d84891690b0e2515874717e49360d1c98a703",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.9"
|
||
|
},
|
||
|
"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",
|
||
|
"time": "2017-03-20T09:41:44+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "twig/twig",
|
||
|
"version": "v1.33.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/twigphp/Twig.git",
|
||
|
"reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
|
||
|
"reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.2.7"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/container": "^1.0",
|
||
|
"symfony/debug": "~2.7",
|
||
|
"symfony/phpunit-bridge": "~3.3@dev"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.33-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Twig_": "lib/"
|
||
|
}
|
||
|
},
|
||
|
"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",
|
||
|
"homepage": "http://twig.sensiolabs.org/contributors",
|
||
|
"role": "Contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
||
|
"homepage": "http://twig.sensiolabs.org",
|
||
|
"keywords": [
|
||
|
"templating"
|
||
|
],
|
||
|
"time": "2017-03-22T15:40:09+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": {
|
||
|
"slim/twig-view": 20,
|
||
|
"slim/flash": 20,
|
||
|
"erusev/parsedown-extra": 20,
|
||
|
"jbroadway/urlify": 20
|
||
|
},
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": []
|
||
|
}
|