Inflector 1.0.1 released

Posted on December 20, 2014 by Marco Pivetta


We are happy to announce the immediate availability of doctrine/inflector 1.0.1.

The release includes minor fixes since the first 1.0.0 release, and also stabilizes and enforces support for HHVM.

You can install the Inflector library using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/inflector": "1.0.1"
    }
}