Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Support phpUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 23, 2024
1 parent 197b502 commit 6bbbacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"monolog/monolog": "^1.12||^2.0||^3.2"
},
"require-dev": {
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10",
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10 || ^11",
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"phpstan/phpstan": "^1.4",
"wdes/coding-standard": "^3.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/TopicsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function testTransformConditionOperators()
/**
* @return array[]
*/
public function dataProviderInvalidConditionOperators()
public static function dataProviderInvalidConditionOperators()
{
return [
[
Expand Down

0 comments on commit 6bbbacf

Please sign in to comment.