Skip to content

Commit

Permalink
Require phpunit ^10 to prevent problems with PhpSpec ^7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yolcuiskender authored and soulcodex committed Mar 27, 2024
1 parent 55013b4 commit 0b8f28e
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 @@ -36,7 +36,7 @@
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"symfony/http-kernel": "^7.0",
"symfony/event-dispatcher": "^6.2",
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^10.0"
},
"require-dev": {
"marcocesarato/php-conventional-changelog": "^1.16"
Expand All @@ -49,5 +49,5 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"version": "1.0.5"
"version": "1.0.6"
}

0 comments on commit 0b8f28e

Please sign in to comment.