We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b6173 commit 006af33Copy full SHA for 006af33
.gitignore
@@ -2,3 +2,5 @@
2
/vendor/
3
test/clover.xml
4
test/.phpunit.result.cache
5
+
6
+composer.phar
composer.json
@@ -23,9 +23,9 @@
23
"php": ">=8.1"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^9.5",
27
- "blackfire/php-sdk": "^1.31",
28
- "phpbench/phpbench": "^1.2"
+ "phpunit/phpunit": "^9.6",
+ "blackfire/php-sdk": "^1.35",
+ "phpbench/phpbench": "^1.4"
29
30
"autoload": {
31
"psr-4": {
0 commit comments