Skip to content

Commit

Permalink
PHPUnit 11 and Symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Apr 9, 2024
1 parent 4c947e0 commit a7b92b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "misantron/dbunit",
"description": "DbUnit fork supporting PHPUnit 9/10",
"description": "DbUnit fork supporting PHPUnit 9/10/11",
"type": "library",
"license": "MIT",
"keywords": [
Expand All @@ -18,9 +18,9 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-pdo": "*",
"phpunit/phpunit": "^9.5 || ^10.2",
"phpunit/phpunit": "^9.5 || ^10.2 || ^11.1",
"symfony/polyfill-php80": "^1.27",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/yaml": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.3",
Expand Down

0 comments on commit a7b92b9

Please sign in to comment.