Skip to content

Commit

Permalink
Update for PHP 8.2 + support location-only highlights.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Feb 23, 2023
1 parent 1061574 commit 34fa503
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 130 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.0 - 2023-02-22
### Added
- Added support for location-only highlights that don’t have a page number.
- Updated for PHP 8.2.

## 1.0.0 - 2021-12-26
### Added
- Initial CLI tool release.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
}
},
"require": {
"symfony/console": "^6.0"
"php": ">=8.1",
"symfony/console": "^6.2.0",
"ext-iconv": "*"
}
}
Loading

0 comments on commit 34fa503

Please sign in to comment.