Skip to content

Releases: Oefenweb/damerau-levenshtein

v3.0.2

23 Mar 10:45
v3.0.2
3f63a83
Compare
Choose a tag to compare
  • Remove composer/installers dependency

v3.0.1

15 Jan 11:04
v3.0.1
519d858
Compare
Choose a tag to compare
  • Use github actions
  • Unnecessary small speed optimizations (@ygottschalk)

v3.0.0

23 Jan 12:13
v3.0.0
7653f99
Compare
Choose a tag to compare
  • Drop support for PHP < 7.0 (forced in composer.json)

v2.1.5

22 Jan 22:38
v2.1.5
7109dfb
Compare
Choose a tag to compare
  • Travis-CI fixes

v2.1.4

22 Jan 22:37
v2.1.4
c678331
Compare
Choose a tag to compare
  • Drop support for PHP < 7.0

v2.1.3

02 Feb 08:54
Compare
Choose a tag to compare
  • Fix for: failed to update, invalid composer.json data
The oefenweb/damerau-levenshtein package of which you are a maintainer has
failed to update due to invalid data contained in your composer.json.
Please address this as soon as possible since the package stopped updating.

It is recommended that you use `composer validate` to check for errors when you
change your composer.json.

Below is the full update log which should highlight errors as
"Skipped branch ...":

[Composer\Repository\InvalidRepositoryException]: Some branches contained invalid data and were discarded, it is advised to review the log and fix any issues present in branches

Reading composer.json of oefenweb/damerau-levenshtein (master)
Skipped branch master, Invalid package information:
License "BSD" is not a valid SPDX license identifier, see https://spdx.org/licenses/ if you use an open license.
If the software is closed-source, you may use "proprietary" as license.

v2.1.0

23 Mar 12:47
Compare
Choose a tag to compare
  • Use short array syntax
  • And drop support for PHP 5.3

v2.0.1

10 Jun 12:10
Compare
Choose a tag to compare
  • Added some more tests

v2.0.0

09 Jun 21:44
Compare
Choose a tag to compare
  • Make use of namespaces
  • Applied most "php league" best practices

v1.0.2

22 May 09:28
Compare
Choose a tag to compare
  • Show php7 readiness