Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Run tests with PHPUnit 12
  • Loading branch information
Art4 committed May 28, 2025
commit f3eacded535bc98d1dd7913e08dec7345cc9cb34
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"guzzlehttp/psr7": "^2",
"php-mock/php-mock-phpunit": "^2.6",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^9.5 || ^10.5"
"phpunit/phpunit": "^9.5 || ^10.5 || ^12.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading