Skip to content

Commit 433d132

Browse files
committed
chore: update dependencies and version number
- Updated `composer.json` to require `qase/php-commons` version `^2.1.12` and `phpunit/phpunit` version `10.5.63`. - Bumped version number to `2.1.7` in `composer.json`. - Updated `composer.lock` to reflect the changes in dependency versions, including `sebastian/comparator` and `ramsey/uuid`.
1 parent 9440f85 commit 433d132

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^8.1",
2424
"phpunit/phpunit": "^10 || ^11 || ^12",
25-
"qase/php-commons": "^2.1.9"
25+
"qase/php-commons": "^2.1.12"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -34,7 +34,7 @@
3434
"Tests\\": "tests/"
3535
}
3636
},
37-
"version": "2.1.6",
37+
"version": "2.1.7",
3838
"scripts": {
3939
"test": "phpunit"
4040
},

composer.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)