Skip to content

Commit cb52bc4

Browse files
committed
scrivo/highlight.php to dev-master for PHP 8.1 support
1 parent 85b1647 commit cb52bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=7.4 <8.2",
1616
"phpfui/phpfui": "^6.0",
17-
"scrivo/highlight.php": ">=9.17",
17+
"scrivo/highlight.php": "dev-master",
1818
"phpdocumentor/reflection-docblock": "^5.0",
1919
"gitonomy/gitlib": "^1.2",
2020
"cebe/markdown": "^1.2",

install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
$vendor = [];
1313
$vendor['scrivo'] = [
14-
'highlight.php/styles' => 'highlighter',
14+
'highlight.php/src/Highlight/styles' => 'highlighter',
1515
];
1616

1717
$vendor['phpfui'] = [

0 commit comments

Comments
 (0)