File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to ` Env ` will be documented in this file
44
5+ ## 0.2.0 - 2015-12-13
6+ ### Altered
7+ - General refactoring and clean up for 0.2.0
8+
59## 0.1.0 - 2015-12-13
610### Added
711- Initial Release
Original file line number Diff line number Diff line change 66[ ![ Build Status] [ ico-travis ]] [ link-travis ]
77[ ![ Coverage Status] [ ico-scrutinizer ]] [ link-scrutinizer ]
88[ ![ Quality Score] [ ico-code-quality ]] [ link-code-quality ]
9+ [ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
910
1011Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.
1112
@@ -24,7 +25,7 @@ $ composer require m1/env
2425### Basic
2526
2627test.env
27- ``` env
28+ ``` bash
2829TEST_1 = VALUE
2930```
3031
@@ -48,7 +49,7 @@ var_dump($arr);
4849
4950### .env examples
5051
51- ``` env
52+ ``` bash
5253# Comments are done like this
5354
5455# Standard key=value
You can’t perform that action at this time.
0 commit comments