We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965aac6 commit 6dfe174Copy full SHA for 6dfe174
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All Notable changes to `Vars` will be documented in this file
4
5
+## 0.3.2 - 2015-12-21
6
+
7
+### Fixed
8
+- Fixed composer.json
9
10
## 0.3.1 - 2015-12-21
11
12
### Altered
composer.json
@@ -29,8 +29,9 @@
29
"m1/env": "~1.0"
30
},
31
"suggest": {
32
- "symfony/yaml": "~2.7",
33
- "yosymfony/toml": "~0.3"
+ "m1/env": "For loading of Env files",
+ "symfony/yaml": "For loading of YAML files",
34
+ "yosymfony/toml": "For loading of Toml files"
35
36
"autoload": {
37
"psr-4": {
0 commit comments