summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2015-04-23 11:44:03 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2015-04-23 11:44:03 -0400
commit402677b21b0e11fa4e6839dc92396a05bd702825 (patch)
tree4727dd4dfb22487de7b9d45e9b2348b534b2f8f9
parentf2f6637ece3185e3e7a65c6399c74575f2ad90de (diff)
downloadpassword_compat-402677b21b0e11fa4e6839dc92396a05bd702825.zip
password_compat-402677b21b0e11fa4e6839dc92396a05bd702825.tar.gz
password_compat-402677b21b0e11fa4e6839dc92396a05bd702825.tar.bz2
Update README.md
Change "being worked on for 5.5" to "shipped with 5.5"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84395a0..656f81f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ password_compat
[![Build Status](https://travis-ci.org/ircmaxell/password_compat.png?branch=master)](https://travis-ci.org/ircmaxell/password_compat) [![Code Climate](https://codeclimate.com/github/ircmaxell/password_compat/badges/gpa.svg)](https://codeclimate.com/github/ircmaxell/password_compat)
-This library is intended to provide forward compatibility with the [password_*](http://php.net/password) functions being worked on for PHP 5.5.
+This library is intended to provide forward compatibility with the [password_*](http://php.net/password) functions that ship with PHP 5.5.
See [the RFC](https://wiki.php.net/rfc/password_hash) for more detailed information.