From 41d51802a4f1d52aced2f2960bc919c9739cf775 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 15 May 2015 16:26:00 +0200 Subject: switched geshi higlighter to composer based repository --- composer.lock | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 753d5c9c0..8b6424244 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,54 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "de1f49aad78674b8d56a7f93fb633f65", + "hash": "23ee0dd06136e2301c930e75055300d5", "packages": [ + { + "name": "easybook/geshi", + "version": "v1.0.8.14", + "source": { + "type": "git", + "url": "https://github.com/easybook/geshi.git", + "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easybook/geshi/zipball/af589a67bf308791bb13e54bddd9aa3544b7dff8", + "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8", + "shasum": "" + }, + "require": { + "php": ">4.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "./" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Nigel McNie", + "email": "nigel@geshi.org" + }, + { + "name": "Benny Baumann", + "email": "BenBE@geshi.org" + } + ], + "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.", + "homepage": "http://qbnz.com/highlighter", + "keywords": [ + "highlight", + "highlighter", + "syntax" + ], + "time": "2015-04-15 13:21:45" + }, { "name": "splitbrain/php-archive", "version": "1.0.0", -- cgit v1.2.3