Skip to content

Commit

Permalink
prepare for php 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnbeck committed Jul 25, 2022
1 parent 6055839 commit de9c441
Show file tree
Hide file tree
Showing 5 changed files with 2,701 additions and 1,358 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,29 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"league/commonmark": "^1.5",
"league/commonmark": "^2.0",
"scrivo/highlight.php": "^9.18.1.3",
"wa72/htmlpagedom": "^2.0",
"wa72/htmlpagedom": "^3.0",
"ext-dom": "*",
"gajus/dindent": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "9.3.10",
"orchestra/testbench": "^3.8|^4.0|^5.0",
"pestphp/pest": "^0.3.9",
"orchestra/testbench": "^6.0|^7.0",
"pestphp/pest": "^1.0",
"symfony/var-dumper": "^5.1",
"spatie/pest-plugin-snapshots": "^0.3.1"
"spatie/pest-plugin-snapshots": "^1.0"
},
"extra": {
"laravel": {
"providers": [
"Sinnbeck\\Markdom\\MarkdomServiceProvider"
]
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit de9c441

Please sign in to comment.