Skip to content

Commit

Permalink
Fixed: PHP Unit 8.1 compatible issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Datheputhe authored and surazdott committed Jan 10, 2025
1 parent 51821a2 commit c3a4fdc
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
@@ -19,8 +19,8 @@
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^11.0.9",
"orchestra/testbench": "^9.0.0",
"phpunit/phpunit": "^10.5",
"orchestra/testbench": "^8.26",
"squizlabs/php_codesniffer": "^3.10"
},
"autoload": {

0 comments on commit c3a4fdc

Please sign in to comment.