Skip to content
Snippets Groups Projects
Commit 043e7e0e authored by Chris Coley's avatar Chris Coley
Browse files

Updating composer.json

parent 2b3ec0d9
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@
"keywords": ["markdown", "parser", "parsedown", "laravel", "laravel 5"],
"type": "library",
"require": {
"php": ">=5.3.0",
"erusev/parsedown": "^1.5.4"
},
"autoload": {
......@@ -15,8 +16,10 @@
"authors": [
{
"name": "Chris Coley",
"email": "chris@codingallnight.com"
"email": "chris@codingallnight.com",
"homepage": "codingallnight.com",
}
],
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment