From 6c0578efe578812f1707c4f87ecb0cb8b1d533cd Mon Sep 17 00:00:00 2001 From: m1 Date: Tue, 8 Dec 2015 18:42:08 +0000 Subject: [PATCH] Accidentally used ruby version of dotenv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2648dc7..2d7b1cf 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ## Configuration *Libraries for loading configuration files* -* [dotenv](https://github.com/bkeepers/dotenv) - Loads environment variables from `.env`.. +* [PHP dotenv](https://github.com/vlucas/phpdotenv) - Loads environment variables from `.env`.. * [Vars](https://github.com/m1/vars) - Loads config variables from ini, json, php, toml, xml and yml. Supports custom loaders * [Wise](https://github.com/herrera-io/php-wise) - A configuration manager.