Skip to content

Commit 6f69732

Browse files
committed
update readme
1 parent 38dae2b commit 6f69732

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# `bayes`: A Naive-Bayes classifier for PHP
2+
[![Build Status](https://travis-ci.org/niiknow/bayes.svg?branch=master)](https://travis-ci.org/niiknow/bayes)
3+
24
`bayes` takes a document (piece of text), and tells you what category that document belongs to.
35

46
This library was ported from a nodejs lib @ https://github.com/ttezel/bayes

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}],
2727
"type": "library",
2828
"require": {
29-
"php": ">=5.6"
29+
"php": ">=7.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "~6.3.0"

0 commit comments

Comments
 (0)