Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Updated version of phpunit package
Changed name of package
  • Loading branch information
gibiw committed Jan 31, 2025
1 parent 83178a8 commit 8754a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "qase/qase-phpunit-reporter",
"name": "qase/phpunit-reporter",
"description": "Qase PHPUnit reporter",
"homepage": "https://qase.io",
"license": "Apache-2.0",
Expand All @@ -21,7 +21,7 @@
],
"require": {
"php": "^8.0",
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^9 || ^10 || ^11",
"qase/php-commons": "^2.0.0"
},
"require-dev": {
Expand All @@ -37,7 +37,7 @@
"Tests\\": "tests/"
}
},
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"test": "phpunit"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8754a0f

Please sign in to comment.