Skip to content

Commit 006af33

Browse files
committed
update dependencies
1 parent 58b6173 commit 006af33

File tree

3 files changed

+399
-486
lines changed

3 files changed

+399
-486
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/vendor/
33
test/clover.xml
44
test/.phpunit.result.cache
5+
6+
composer.phar

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"php": ">=8.1"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.5",
27-
"blackfire/php-sdk": "^1.31",
28-
"phpbench/phpbench": "^1.2"
26+
"phpunit/phpunit": "^9.6",
27+
"blackfire/php-sdk": "^1.35",
28+
"phpbench/phpbench": "^1.4"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)