Skip to content

Commit 41d5180

Browse files
committed
switched geshi higlighter to composer based repository
1 parent 9283184 commit 41d5180

File tree

253 files changed

+7547
-1716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+7547
-1716
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ vendor/*/*/tests/*
6262
vendor/*/*/test/*
6363
vendor/*/*/doc/*
6464
vendor/*/*/docs/*
65-
65+
vendor/*/*/contrib/*

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"require": {
3-
"splitbrain/php-archive": "~1.0"
3+
"splitbrain/php-archive": "~1.0",
4+
"easybook/geshi": "~1.0"
45
}
56
}

composer.lock

+47-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)