Skip to content

Commit

Permalink
Update PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jun 25, 2024
1 parent f7773b0 commit 820573f
Show file tree
Hide file tree
Showing 14 changed files with 1,075 additions and 491 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zircote/swagger-php": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"phpunit/phpunit": "^9.4",
"symfony/browser-kit": "~2.3"
},
"autoload": {
Expand All @@ -36,7 +36,7 @@
},
"config": {
"platform": {
"php": "7.2"
"php": "7.4"
}
}
}
Loading

0 comments on commit 820573f

Please sign in to comment.