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:
commit
693f2c4842
@ -22,7 +22,7 @@ Better Markdown Parser in PHP
|
|||||||
|
|
||||||
### Installation
|
### 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
|
### Example
|
||||||
|
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
"homepage": "http://erusev.com"
|
"homepage": "http://erusev.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.0"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {"Parsedown": ""}
|
"psr-0": {"Parsedown": ""}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user