From: <var...@us...> - 2015-02-04 15:33:43
|
Revision: 9508 http://sourceforge.net/p/phpwiki/code/9508 Author: vargenau Date: 2015-02-04 15:33:42 +0000 (Wed, 04 Feb 2015) Log Message: ----------- Remove TWIG Removed Paths: ------------- trunk/composer.json trunk/composer.lock trunk/vendor/ Deleted: trunk/composer.json =================================================================== --- trunk/composer.json 2015-02-04 15:29:17 UTC (rev 9507) +++ trunk/composer.json 2015-02-04 15:33:42 UTC (rev 9508) @@ -1,5 +0,0 @@ -{ - "require": { - "twig/twig": "~1.0" - } -} Deleted: trunk/composer.lock =================================================================== --- trunk/composer.lock 2015-02-04 15:29:17 UTC (rev 9507) +++ trunk/composer.lock 2015-02-04 15:33:42 UTC (rev 9508) @@ -1,75 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "hash": "a31e651ea26a527432562441b3545e0a", - "packages": [ - { - "name": "twig/twig", - "version": "v1.16.2", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc", - "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc", - "shasum": "" - }, - "require": { - "php": ">=5.2.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.16-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fa...@sy...", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "arm...@ac...", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "https://github.com/fabpot/Twig/graphs/contributors", - "role": "Contributors" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", - "keywords": [ - "templating" - ], - "time": "2014-10-17 12:53:44" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |