We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91252b0 commit e59f9a1Copy full SHA for e59f9a1
composer.json
@@ -33,7 +33,7 @@
33
"ext-dom": "*",
34
"ext-libxml": "*",
35
"ext-xmlwriter": "*",
36
- "nikic/php-parser": "^4.19.1 || ^5.3.1",
+ "nikic/php-parser": "^4.19.1 || ^5.4.0",
37
"phpunit/php-file-iterator": "^4.1.0",
38
"phpunit/php-text-template": "^3.0.1",
39
"sebastian/code-unit-reverse-lookup": "^3.0.0",
@@ -44,7 +44,7 @@
44
"theseer/tokenizer": "^1.2.3"
45
},
46
"require-dev": {
47
- "phpunit/phpunit": "^10.5.36"
+ "phpunit/phpunit": "^10.5.40"
48
49
"suggest": {
50
"ext-pcov": "PHP extension that provides line coverage",
0 commit comments