Skip to content

Commit

Permalink
Make mail parser a non-dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Apr 22, 2015
1 parent 5935bb9 commit 877d861
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
],
"require" : {
"php": ">=5.5.0",
"nickcernis/html-to-markdown": "~2.2.1"
"nickcernis/html-to-markdown": "~2.2.1",
"exorus/php-mime-mail-parser": "~1.7.4"
},
"require-dev" : {
"phpunit/phpunit": "~4.1",
"exorus/php-mime-mail-parser": "~1.7.4"
"phpunit/phpunit": "~4.1"
},
"minimum-stability": "dev",
"autoload": {
Expand Down
152 changes: 76 additions & 76 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 877d861

Please sign in to comment.