Skip to content

Commit

Permalink
fix(deps): support phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 16, 2024
1 parent 8914363 commit 5caf004
Show file tree
Hide file tree
Showing 2 changed files 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,6 +26,6 @@
"require-dev": {
"phpstan/phpstan": "^1.11",
"symplify/easy-coding-standard": "^12.1",
"phpunit/phpunit": "^11.1"
"phpunit/phpunit": "^10 || ^11.1"
}
}
Empty file added src/.gitkeep
Empty file.

0 comments on commit 5caf004

Please sign in to comment.