diff options
author | François Kooman <fkooman@tuxed.net> | 2019-04-23 17:31:22 +0200 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2019-04-23 17:31:22 +0200 |
commit | 64ea114374fcec4a114e572df26396fbe46dd639 (patch) | |
tree | c215736ac4f2fe10d09d33b3e8f3d8fa34c9814b /composer.lock | |
parent | 8c665d6214602e72f2250e10fb0e89ca27affbaf (diff) | |
download | www.tuxed.net-64ea114374fcec4a114e572df26396fbe46dd639.zip www.tuxed.net-64ea114374fcec4a114e572df26396fbe46dd639.tar.gz www.tuxed.net-64ea114374fcec4a114e572df26396fbe46dd639.tar.xz |
update site
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 284 |
1 files changed, 174 insertions, 110 deletions
diff --git a/composer.lock b/composer.lock index e78cad8..96f46d5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,29 +4,96 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "70004d9a53378d76099a7d68a841f5f2", + "content-hash": "49ec32d73c26f14e9c5d8641e7973a83", "packages": [ { - "name": "michelf/php-markdown", - "version": "1.8.0", + "name": "fkooman/tpl", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/michelf/php-markdown.git", - "reference": "01ab082b355bf188d907b9929cd99b2923053495" + "url": "https://git.tuxed.net/fkooman/php-tpl", + "reference": "3183ad815e30baa8bc660c11af2c04d72ef57935" + }, + "require": { + "php": ">=5.4" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35|^5|^6|^7" + }, + "type": "library", + "autoload": { + "psr-4": { + "fkooman\\Tpl\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "fkooman\\Tpl\\Tests\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "email": "fkooman@tuxed.net", + "name": "François Kooman" + } + ], + "description": "Very simple native PHP template engine", + "support": { + "email": "fkooman@tuxed.net", + "source": "https://git.tuxed.net/fkooman/php-tpl" + }, + "time": "2019-04-01T16:31:15+00:00" + }, + { + "name": "league/commonmark", + "version": "0.19.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/commonmark.git", + "reference": "d42b2d4a5d0a8eb2a4514f828ecb6f5db13a7c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495", - "reference": "01ab082b355bf188d907b9929cd99b2923053495", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d42b2d4a5d0a8eb2a4514f828ecb6f5db13a7c6f", + "reference": "d42b2d4a5d0a8eb2a4514f828ecb6f5db13a7c6f", "shasum": "" }, "require": { - "php": ">=5.3.0" + "ext-mbstring": "*", + "php": "^7.1" + }, + "replace": { + "colinodell/commonmark-php": "*" + }, + "require-dev": { + "cebe/markdown": "~1.0", + "commonmark/commonmark.js": "0.29.0", + "erusev/parsedown": "~1.0", + "michelf/php-markdown": "~1.4", + "mikehaertl/php-shellcommand": "^1.4", + "phpstan/phpstan-shim": "^0.11.5", + "phpunit/phpunit": "^7.5", + "scrutinizer/ocular": "^1.5", + "symfony/finder": "^4.2" + }, + "suggest": { + "league/commonmark-extras": "Library of useful extensions including smart punctuation" }, + "bin": [ + "bin/commonmark" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.20-dev" + } + }, "autoload": { "psr-4": { - "Michelf\\": "Michelf/" + "League\\CommonMark\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -35,165 +102,166 @@ ], "authors": [ { - "name": "Michel Fortin", - "email": "michel.fortin@michelf.ca", - "homepage": "https://michelf.ca/", - "role": "Developer" - }, - { - "name": "John Gruber", - "homepage": "https://daringfireball.net/" + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" } ], - "description": "PHP Markdown", - "homepage": "https://michelf.ca/projects/php-markdown/", + "description": "PHP Markdown parser based on the CommonMark spec", + "homepage": "https://commonmark.thephpleague.com", "keywords": [ - "markdown" + "commonmark", + "markdown", + "parser" ], - "time": "2018-01-15T00:49:33+00:00" + "time": "2019-04-11T04:37:01+00:00" }, { - "name": "suin/php-rss-writer", - "version": "1.6.0", + "name": "league/commonmark-ext-autolink", + "version": "v0.3.0", "source": { "type": "git", - "url": "https://github.com/suin/php-rss-writer.git", - "reference": "78f45e44a2a7cb0d82e4b9efb6f7b7a075b9051c" + "url": "https://github.com/thephpleague/commonmark-ext-autolink.git", + "reference": "a49a2d116b6211dab7e019d1c563526eefe31da6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/suin/php-rss-writer/zipball/78f45e44a2a7cb0d82e4b9efb6f7b7a075b9051c", - "reference": "78f45e44a2a7cb0d82e4b9efb6f7b7a075b9051c", + "url": "https://api.github.com/repos/thephpleague/commonmark-ext-autolink/zipball/a49a2d116b6211dab7e019d1c563526eefe31da6", + "reference": "a49a2d116b6211dab7e019d1c563526eefe31da6", "shasum": "" }, "require": { - "php": ">=5.4.0" + "league/commonmark": "^0.19", + "php": "^7.1" }, "require-dev": { - "eher/phpunit": ">=1.6", - "mockery/mockery": ">=0.7.2", - "suin/xoopsunit": ">=1.2" + "phpunit/phpunit": "^7.5" + }, + "type": "commonmark-extension", + "extra": { + "branch-alias": { + "dev-master": "0.4-dev" + } }, - "type": "library", "autoload": { - "psr-0": { - "Suin\\RSSWriter": "src" + "psr-4": { + "League\\CommonMark\\Ext\\Autolink\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "suin", - "email": "suinyeze@gmail.com" + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" } ], - "description": "Yet another simple RSS writer library for PHP 5.4 or later.", - "homepage": "https://github.com/suin/php-rss-writer", + "description": "Extension for league/commonmark which autolinks URLs, emails, and @-mentions", + "homepage": "https://github.com/thephpleague/commonmark-ext-autolink", "keywords": [ - "feed", - "generator", - "php", - "rss", - "writer" + "autolink", + "commonmark", + "extension", + "gfm", + "github", + "markdown", + "twitter" ], - "time": "2017-07-13T10:47:50+00:00" + "time": "2019-04-11T02:46:12+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.11.0", + "name": "league/commonmark-ext-smartpunct", + "version": "v0.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "82ebae02209c21113908c229e9883c419720738a" + "url": "https://github.com/thephpleague/commonmark-ext-smartpunct.git", + "reference": "92806c302f39e9bb1b8fcdfb6fa7cb36de856744" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", - "reference": "82ebae02209c21113908c229e9883c419720738a", + "url": "https://api.github.com/repos/thephpleague/commonmark-ext-smartpunct/zipball/92806c302f39e9bb1b8fcdfb6fa7cb36de856744", + "reference": "92806c302f39e9bb1b8fcdfb6fa7cb36de856744", "shasum": "" }, "require": { - "php": ">=5.3.3" + "league/commonmark": "^0.19", + "php": "^7.1" }, - "suggest": { - "ext-ctype": "For best performance" + "require-dev": { + "jgm/smartpunct": "0.29", + "phpunit/phpunit": "^7.5" }, - "type": "library", + "type": "commonmark-extension", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "0.3-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] + "League\\CommonMark\\Ext\\SmartPunct\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, - { - "name": "Gert de Pagter", - "email": "backendtea@gmail.com" + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" } ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", + "description": "Intelligently converts ASCII quotes, dashes, and ellipses in Markdown to their Unicode equivalents", + "homepage": "https://github.com/thephpleague/commonmark-ext-smartpunct", "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" + "commonmark", + "extension", + "markdown", + "punctuation", + "smartpunct" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-04-11T02:51:38+00:00" }, { - "name": "twig/twig", - "version": "v1.38.4", + "name": "league/commonmark-extras", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "7732e9e7017d751313811bd118de61302e9c8b35" + "url": "https://github.com/thephpleague/commonmark-extras.git", + "reference": "9af6b88593af6f26f36be5d9682a9fc4d03c4b68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/7732e9e7017d751313811bd118de61302e9c8b35", - "reference": "7732e9e7017d751313811bd118de61302e9c8b35", + "url": "https://api.github.com/repos/thephpleague/commonmark-extras/zipball/9af6b88593af6f26f36be5d9682a9fc4d03c4b68", + "reference": "9af6b88593af6f26f36be5d9682a9fc4d03c4b68", "shasum": "" }, "require": { - "php": ">=5.4.0", - "symfony/polyfill-ctype": "^1.8" + "league/commonmark": "^0.19.1", + "league/commonmark-ext-autolink": "^0.3", + "league/commonmark-ext-smartpunct": "^0.2", + "php": "^7.1" }, "require-dev": { - "psr/container": "^1.0", - "symfony/debug": "^2.7", - "symfony/phpunit-bridge": "^3.4.19|^4.1.8" + "phpunit/phpunit": "^7.5" }, - "type": "library", + "type": "commonmark-extension", "extra": { "branch-alias": { - "dev-master": "1.38-dev" + "dev-master": "0.4-dev" } }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { - "Twig\\": "src/" + "League\\CommonMark\\Extras\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -202,34 +270,30 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "https://twig.symfony.com/contributors", - "role": "Contributors" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", + "description": "Useful extensions for customizing the league/commonmark Markdown parser", + "homepage": "https://github.com/thephpleague/commonmark-extras", "keywords": [ - "templating" + "Extras", + "commonmark", + "extensions", + "gfm", + "markdown" ], - "time": "2019-03-23T14:27:19+00:00" + "time": "2019-04-11T04:39:21+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "fkooman/tpl": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [], |