Switch to PHPunit 12 and adjust code accordingly
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/", "/phpunit.xml"]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9",
|
||||
"gullevek/dotenv": "dev-master",
|
||||
"dg/bypass-finals": "dev-master",
|
||||
"phpstan/phpstan": "2.1.x-dev",
|
||||
"phpstan/phpstan-deprecation-rules": "2.0.x-dev"
|
||||
"phpstan/phpstan-deprecation-rules": "2.0.x-dev",
|
||||
"phpunit/phpunit": "^12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user