Skip to content

Commit

Permalink
drop support for PHP < 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jul 15, 2024
1 parent 87b57bf commit 54f1ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""}
Expand Down

0 comments on commit 54f1ffc

Please sign in to comment.