Skip to content

Commit

Permalink
fixup! Update PHPUnit version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Aug 1, 2024
1 parent ebb9cfb commit 35d22e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.5||^6.0||^7.0||^8.0||^9.0",
"phpdocumentor/phpdocumentor": "^2.9",
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.0"

},
Expand Down
2 changes: 1 addition & 1 deletion tests/GhostscriptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*/
class GhostscriptTest extends TestCase
{
public function setup()
public function setup(): void
{
Ghostscript::setGsPath();
}
Expand Down

0 comments on commit 35d22e6

Please sign in to comment.