Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
vaites committed Jul 6, 2021
2 parents d3a7db4 + f0ce333 commit 927dc77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.1

* Tested up to Apache Tika 1.27

## v1.1.0

* Drop PHP 7.2 support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ to work with the new versions of the tool.
* Support for local and remote resources
* No heavyweight library dependencies
* Compatible with Apache Tika 1.15 or greater
* Tested up to 1.26 and 2.0.0
* Tested up to 1.27 and 2.0.0
* Works on Linux, macOS, Windows and probably on FreeBSD

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"supported-versions": [
"1.15", "1.16", "1.17", "1.18", "1.19", "1.19.1", "1.20",
"1.21", "1.22", "1.23", "1.24", "1.24.1", "1.25", "1.26",
"2.0.0"
"1.27", "2.0.0"
]
}
}

0 comments on commit 927dc77

Please sign in to comment.