Skip to content

Commit 6dfe174

Browse files
committed
Fix composer.json
1 parent 965aac6 commit 6dfe174

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
All Notable changes to `Vars` will be documented in this file
44

5+
## 0.3.2 - 2015-12-21
6+
7+
### Fixed
8+
- Fixed composer.json
9+
510
## 0.3.1 - 2015-12-21
611

712
### Altered

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"m1/env": "~1.0"
3030
},
3131
"suggest": {
32-
"symfony/yaml": "~2.7",
33-
"yosymfony/toml": "~0.3"
32+
"m1/env": "For loading of Env files",
33+
"symfony/yaml": "For loading of YAML files",
34+
"yosymfony/toml": "For loading of Toml files"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)