1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Merge pull request #377 from PhrozenByte/patch-1

Update composer.json requirements
This commit is contained in:
Emanuil Rusev 2016-01-07 19:14:25 +02:00
commit 693f2c4842
2 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Better Markdown Parser in PHP
### Installation
Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown).
Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown). Parsedown requires PHP 5.3+
### Example

View File

@ -12,7 +12,10 @@
"homepage": "http://erusev.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"Parsedown": ""}
}
}
}