Releases: Oefenweb/damerau-levenshtein
Releases · Oefenweb/damerau-levenshtein
v3.0.2
v3.0.1
- Use github actions
- Unnecessary small speed optimizations (@ygottschalk)
v3.0.0
- Drop support for
PHP < 7.0
(forced incomposer.json
)
v2.1.5
Travis-CI
fixes
v2.1.4
- Drop support for
PHP < 7.0
v2.1.3
- 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
- Use short array syntax
- And drop support for PHP 5.3
v2.0.1
- Added some more tests
v2.0.0
- Make use of namespaces
- Applied most "php league" best practices
v1.0.2
- Show php7 readiness