drop support for PHP < 7.1

This commit is contained in:
Christian Flothmann 2024-07-15 10:19:33 +02:00
parent 87b57bf3cb
commit 54f1ffc214

View File

@ -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": ""}