summaryrefslogtreecommitdiff
path: root/vendor/easybook/geshi/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/easybook/geshi/composer.json')
-rw-r--r--vendor/easybook/geshi/composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/easybook/geshi/composer.json b/vendor/easybook/geshi/composer.json
new file mode 100644
index 000000000..33494664c
--- /dev/null
+++ b/vendor/easybook/geshi/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "easybook/geshi",
+ "type": "library",
+ "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
+ "homepage": "http://qbnz.com/highlighter",
+ "keywords": ["highlighter", "highlight", "syntax"],
+ "license": "GPL-2.0",
+ "authors": [
+ {
+ "name": "Benny Baumann",
+ "email": "BenBE@geshi.org"
+ },
+ {
+ "name": "Nigel McNie",
+ "email": "nigel@geshi.org"
+ }
+ ],
+ "require": {
+ "php": ">4.3.0"
+ },
+ "autoload": {
+ "classmap": ["./"]
+ }
+} \ No newline at end of file