Skip to content

Commit

Permalink
Bump PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
obabec committed Mar 13, 2024
1 parent 2130153 commit 634bfea
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"name": "sixlive/parsedown-highlight",
"name": "skodjob/parsedown-highlight",
"description": "Server side code block rendering for Parsedown",
"keywords": [
"markdown",
"code",
"parsedown"
],
"homepage": "https://github.com/sixlive/parsedown-highlight",
"homepage": "https://github.com/skodjob/parsedown-highlight",
"license": "MIT",
"authors": [
{
"name": "TJ Miller",
"email": "[email protected]",
"homepage": "https://tjmiller.co",
"role": "Developer"
},
{
"name": "Ondrej Babec",
"email": "[email protected]",
"homepage": "https://skodjob.io",
"role": "Developer"
}
],
"require": {
"php": "^7.1|7.2",
"php": "^8.3",
"erusev/parsedown": "1.8.0-beta-5",
"scrivo/highlight.php": "^9.14",
"erusev/parsedown-extra": "0.8.0-beta-1"
Expand All @@ -26,7 +32,7 @@
"friendsofphp/php-cs-fixer": "^2.10",
"larapack/dd": "^1.0",
"sempro/phpunit-pretty-print": "^1.0",
"phpunit/phpunit": "^6.0|^7.0"
"phpunit/phpunit": "^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 634bfea

Please sign in to comment.