Skip to content

Commit

Permalink
Upgrade to PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 21, 2023
1 parent 57fda5a commit 461687f
Show file tree
Hide file tree
Showing 7 changed files with 263 additions and 386 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
vendor/
.idea/
.phpunit.cache/
.buildpath
.settings
.project
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"phpstan/phpstan-beberlei-assert": "^1.1.2",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^9.6.13"
"phpunit/phpunit": "^10.4.2"
},
"suggest": {
"ext-curl": "to use curl requests to get the ini file"
Expand Down
Loading

0 comments on commit 461687f

Please sign in to comment.