Skip to content

Commit

Permalink
Merge pull request #8 from Oefenweb/show-php7-readiness
Browse files Browse the repository at this point in the history
Show php7 readiness
  • Loading branch information
tersmitten committed May 22, 2015
2 parents 092d95c + f4604b3 commit d4cf765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Damerau Levenshtein

[![Build Status](https://travis-ci.org/Oefenweb/damerau-levenshtein.svg?branch=master)](https://travis-ci.org/Oefenweb/damerau-levenshtein) [![Coverage Status](https://coveralls.io/repos/Oefenweb/damerau-levenshtein/badge.png)](https://coveralls.io/r/Oefenweb/damerau-levenshtein) [![Packagist downloads](http://img.shields.io/packagist/dt/Oefenweb/damerau-levenshtein.svg)](https://packagist.org/packages/oefenweb/damerau-levenshtein) [![Code Climate](https://codeclimate.com/github/Oefenweb/damerau-levenshtein/badges/gpa.svg)](https://codeclimate.com/github/Oefenweb/damerau-levenshtein)
[![Build Status](https://travis-ci.org/Oefenweb/damerau-levenshtein.svg?branch=master)](https://travis-ci.org/Oefenweb/damerau-levenshtein) [![PHP 7 ready](http://php7ready.timesplinter.ch/Oefenweb/damerau-levenshtein/badge.svg)](https://travis-ci.org/Oefenweb/damerau-levenshtein) [![Coverage Status](https://coveralls.io/repos/Oefenweb/damerau-levenshtein/badge.png)](https://coveralls.io/r/Oefenweb/damerau-levenshtein) [![Packagist downloads](http://img.shields.io/packagist/dt/Oefenweb/damerau-levenshtein.svg)](https://packagist.org/packages/oefenweb/damerau-levenshtein) [![Code Climate](https://codeclimate.com/github/Oefenweb/damerau-levenshtein/badges/gpa.svg)](https://codeclimate.com/github/Oefenweb/damerau-levenshtein)

Get text similarity level with Damerau-Levenshtein distance.

Expand Down

0 comments on commit d4cf765

Please sign in to comment.