Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m1 committed Dec 21, 2015
1 parent 965aac6 commit 6dfe174
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 0.3.2 - 2015-12-21

### Fixed
- Fixed composer.json

## 0.3.1 - 2015-12-21

### Altered
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"m1/env": "~1.0"
},
"suggest": {
"symfony/yaml": "~2.7",
"yosymfony/toml": "~0.3"
"m1/env": "For loading of Env files",
"symfony/yaml": "For loading of YAML files",
"yosymfony/toml": "For loading of Toml files"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6dfe174

Please sign in to comment.