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 057cbca commit 19d6860Copy full SHA for 19d6860
composer.json
@@ -33,18 +33,18 @@
33
"ext-dom": "*",
34
"ext-libxml": "*",
35
"ext-xmlwriter": "*",
36
- "nikic/php-parser": "^5.6.1",
+ "nikic/php-parser": "^5.7.0",
37
"phpunit/php-file-iterator": "^5.1.0",
38
"phpunit/php-text-template": "^4.0.1",
39
"sebastian/code-unit-reverse-lookup": "^4.0.1",
40
"sebastian/complexity": "^4.0.1",
41
"sebastian/environment": "^7.2.1",
42
"sebastian/lines-of-code": "^3.0.1",
43
"sebastian/version": "^5.0.2",
44
- "theseer/tokenizer": "^1.2.3"
+ "theseer/tokenizer": "^1.3.1"
45
},
46
"require-dev": {
47
- "phpunit/phpunit": "^11.5.35"
+ "phpunit/phpunit": "^11.5.46"
48
49
"suggest": {
50
"ext-pcov": "PHP extension that provides line coverage",
0 commit comments