summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..1dd3f7e
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,25 @@
+{
+ "name": "geshi/geshi",
+ "description": "Generic Syntax Highlighter",
+ "license": "GPL-2.0+",
+ "homepage": "http://qbnz.com/highlighter/",
+ "authors": [
+ {
+ "name": "Benny Baumann",
+ "email": "BenBE@geshi.org",
+ "homepage": "http://blog.benny-baumann.de/",
+ "role": "Developer"
+ }
+ ],
+ "support": {
+ "forum": "https://lists.sourceforge.net/lists/listinfo/geshi-users",
+ "irc": "irc://irc.freenode.org/geshi",
+ "issues": "https://sourceforge.net/p/geshi/feature-requests/"
+ },
+ "autoload": {
+ "classmap": ["src/geshi/", "src/geshi.php"]
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2"
+ }
+}