mirror of
https://github.com/erusev/parsedown.git
synced 2025-01-16 20:28:29 +01:00
drop support for PHP < 7.1
This commit is contained in:
parent
87b57bf3cb
commit
54f1ffc214
@ -13,11 +13,11 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"php": ">=7.1",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.35"
|
||||
"phpunit/phpunit": "^7.5|^8.5|^9.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {"Parsedown": ""}
|
||||
|
Loading…
x
Reference in New Issue
Block a user