diff options
author | François Kooman <fkooman@tuxed.net> | 2017-01-05 15:09:22 +0100 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2017-01-05 15:09:22 +0100 |
commit | e8c53a9efd4699d628b379a715a96beb9a016de3 (patch) | |
tree | 157c96bc94596cf16f9eb3041a032ac4451568ea /composer.lock | |
parent | 5ec45f9e048a866dfa7167cb311f712cd35f4c6b (diff) | |
download | www.tuxed.net-e8c53a9efd4699d628b379a715a96beb9a016de3.zip www.tuxed.net-e8c53a9efd4699d628b379a715a96beb9a016de3.tar.gz www.tuxed.net-e8c53a9efd4699d628b379a715a96beb9a016de3.tar.xz |
cleanup dependencies, directly use Twig now
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 201 |
1 files changed, 14 insertions, 187 deletions
diff --git a/composer.lock b/composer.lock index 4a817a2..7eecdc1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,98 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "78d82725917a839c4369911194693290", - "content-hash": "050fab5d628e4670e41e020c559d18d5", + "hash": "1d8b34e68ee902993e20840229e146f2", + "content-hash": "ca108064b73a82dfcff64dae8311e7c5", "packages": [ { - "name": "fkooman/tpl", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/fkooman/php-lib-tpl.git", - "reference": "d6abca430ff050890f93eb353158b8ed3dc91bf4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fkooman/php-lib-tpl/zipball/d6abca430ff050890f93eb353158b8ed3dc91bf4", - "reference": "d6abca430ff050890f93eb353158b8ed3dc91bf4", - "shasum": "" - }, - "require": { - "php": ">= 5.3.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "fkooman\\Tpl\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "François Kooman", - "email": "fkooman@tuxed.net" - } - ], - "description": "Simple Template Abstraction Library", - "time": "2016-02-04 10:00:40" - }, - { - "name": "fkooman/tpl-twig", - "version": "1.3.2", - "source": { - "type": "git", - "url": "https://github.com/fkooman/php-lib-tpl-twig.git", - "reference": "6e2187ef357d75f9f446b382f110cd7d7d290fc8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fkooman/php-lib-tpl-twig/zipball/6e2187ef357d75f9f446b382f110cd7d7d290fc8", - "reference": "6e2187ef357d75f9f446b382f110cd7d7d290fc8", - "shasum": "" - }, - "require": { - "ext-gettext": "*", - "ext-spl": "*", - "fkooman/tpl": "^2.1.0", - "php": ">= 5.4", - "twig/extensions": "^1.3.0", - "twig/twig": "^1.20" - }, - "type": "library", - "autoload": { - "psr-0": { - "fkooman\\Tpl\\Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "François Kooman", - "email": "fkooman@tuxed.net" - } - ], - "description": "Twig for Simple Template Abstraction Library", - "time": "2016-04-11 11:53:32" - }, - { "name": "michelf/php-markdown", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", - "reference": "156e56ee036505ec637d761ee62dc425d807183c" + "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c", - "reference": "156e56ee036505ec637d761ee62dc425d807183c", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220", + "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220", "shasum": "" }, "require": { @@ -133,116 +56,20 @@ "keywords": [ "markdown" ], - "time": "2015-12-24 01:37:31" - }, - { - "name": "suin/php-rss-writer", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/suin/php-rss-writer.git", - "reference": "a7dd2bbc287a05b266406d3afa298d44ebf115f3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/suin/php-rss-writer/zipball/a7dd2bbc287a05b266406d3afa298d44ebf115f3", - "reference": "a7dd2bbc287a05b266406d3afa298d44ebf115f3", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Suin\\RSSWriter": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Hidehito Nozawa aka Suin", - "email": "suinyeze@gmail.com" - } - ], - "description": "Yet another simple RSS writer library for PHP 5.4 or later.", - "homepage": "https://github.com/suin/php-rss-writer", - "keywords": [ - "feed", - "generator", - "php", - "rss", - "writer" - ], - "time": "2016-03-19 06:15:37" - }, - { - "name": "twig/extensions", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig-extensions.git", - "reference": "449e3c8a9ffad7c2479c7864557275a32b037499" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499", - "reference": "449e3c8a9ffad7c2479c7864557275a32b037499", - "shasum": "" - }, - "require": { - "twig/twig": "~1.20|~2.0" - }, - "require-dev": { - "symfony/translation": "~2.3" - }, - "suggest": { - "symfony/translation": "Allow the time_diff output to be translated" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_Extensions_": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Common additional features for Twig that do not directly belong in core", - "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", - "keywords": [ - "i18n", - "text" - ], - "time": "2015-08-22 16:38:35" + "time": "2016-10-29 18:58:20" }, { "name": "twig/twig", - "version": "v1.24.1", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512" + "reference": "c6ff71094fde15d12398eaba029434b013dc5e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512", - "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/c6ff71094fde15d12398eaba029434b013dc5e59", + "reference": "c6ff71094fde15d12398eaba029434b013dc5e59", "shasum": "" }, "require": { @@ -250,12 +77,12 @@ }, "require-dev": { "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~2.7" + "symfony/phpunit-bridge": "~3.2@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.24-dev" + "dev-master": "1.30-dev" } }, "autoload": { @@ -290,7 +117,7 @@ "keywords": [ "templating" ], - "time": "2016-05-30 09:11:59" + "time": "2016-12-23 11:06:22" } ], "packages-dev": [], |