summaryrefslogtreecommitdiff
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-05-15 16:26:00 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-05-15 16:26:00 +0200
commit41d51802a4f1d52aced2f2960bc919c9739cf775 (patch)
tree9fe469f404002d45076356ea7728564b714a964e /vendor/composer/installed.json
parent9283184c402b592f2ed8d8a99c3809ece7d87e7a (diff)
downloadrpg-41d51802a4f1d52aced2f2960bc919c9739cf775.tar.gz
rpg-41d51802a4f1d52aced2f2960bc919c9739cf775.tar.bz2
switched geshi higlighter to composer based repository
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 769865f79..a9eb3f9ee 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -47,5 +47,53 @@
"unzip",
"zip"
]
+ },
+ {
+ "name": "easybook/geshi",
+ "version": "v1.0.8.14",
+ "version_normalized": "1.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"
+ },
+ "time": "2015-04-15 13:21:45",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ ]
}
]