We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b1647 commit cb52bc4Copy full SHA for cb52bc4
composer.json
@@ -14,7 +14,7 @@
14
"require": {
15
"php": ">=7.4 <8.2",
16
"phpfui/phpfui": "^6.0",
17
- "scrivo/highlight.php": ">=9.17",
+ "scrivo/highlight.php": "dev-master",
18
"phpdocumentor/reflection-docblock": "^5.0",
19
"gitonomy/gitlib": "^1.2",
20
"cebe/markdown": "^1.2",
install.php
@@ -11,7 +11,7 @@
11
12
$vendor = [];
13
$vendor['scrivo'] = [
- 'highlight.php/styles' => 'highlighter',
+ 'highlight.php/src/Highlight/styles' => 'highlighter',
];
$vendor['phpfui'] = [
0 commit comments