Skip to content

Commit

Permalink
allow phpunit 10 for php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Apr 17, 2024
1 parent 6613312 commit 0f88fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"openspout/openspout": "^4",
"phpoffice/phpspreadsheet": "^1.26",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^11",
"phpunit/phpunit": "^10|^11",
"shuchkin/simplexlsx": "^1",
"shuchkin/simplexlsxgen": "^1.3",
"squizlabs/php_codesniffer": "^3.6"
Expand Down

0 comments on commit 0f88fdf

Please sign in to comment.