Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vtalbot committed Apr 29, 2014
1 parent 6e9326b commit 677a850
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtalbot/markdown",
"description": "Markdown compiler for Laravel 4 (Illuminate)",
"description": "Markdown compiler for Laravel 4",
"keywords": ["laravel", "md", "markdown", "illuminate"],
"license": "MIT",
"authors": [
Expand All @@ -14,8 +14,7 @@
"michelf/php-markdown": "1.4.x"
},
"require-dev": {
"mockery/mockery": "0.9.0",
"phpunit/phpunit": "4.0.17"
"mockery/mockery": "0.9.0"
},
"autoload": {
"psr-0": {"VTalbot\\Markdown": "src/"}
Expand Down

0 comments on commit 677a850

Please sign in to comment.