Skip to content

Commit 050f472

Browse files
committed
Update changelog and readme
1 parent ad343e4 commit 050f472

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All 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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

1011
Env 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

2627
test.env
27-
```env
28+
```bash
2829
TEST_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

0 commit comments

Comments
 (0)