Skip to content

Commit

Permalink
added contenttype (#6)
Browse files Browse the repository at this point in the history
* added contenttype

* added mime library
  • Loading branch information
joancmp authored and jmartinmad committed May 17, 2017
1 parent b156053 commit e76e501
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 41 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Virtual storage abstraction layer",
"type": "lib",
"require": {
"psr/log": "^1.0"
"psr/log": "^1.0",
"ralouphie/mimey": "^1.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5",
Expand Down
117 changes: 78 additions & 39 deletions composer.lock

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

Loading

0 comments on commit e76e501

Please sign in to comment.