Skip to content

Commit 9440f85

Browse files
committed
chore: update dependencies and version number
- Updated `composer.json` to require new versions of `phpunit/phpunit` and `qase/php-commons`. - Bumped version number to `2.1.6` in `composer.json`. - Updated `composer.lock` to reflect the changes in dependency versions, including `nikic/php-parser`, `phpunit/phpunit`, and `theseer/tokenizer`.
1 parent 342d359 commit 9440f85

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": "^8.1",
24-
"phpunit/phpunit": "^10 || ^11",
25-
"qase/php-commons": "^2.1.7"
24+
"phpunit/phpunit": "^10 || ^11 || ^12",
25+
"qase/php-commons": "^2.1.9"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -34,7 +34,7 @@
3434
"Tests\\": "tests/"
3535
}
3636
},
37-
"version": "2.1.5",
37+
"version": "2.1.6",
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)