Skip to content

Commit d60c318

Browse files
authored
Merge pull request #17 from CorpusPHP/debug_token_error
Debug token error
2 parents 91c7d9b + 4633c7d commit d60c318

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"type": "phpcodesniffer-standard",
1010
"require": {
1111
"dealerdirect/phpcodesniffer-composer-installer": "*",
12-
"squizlabs/php_codesniffer": "^3.4.0",
12+
"squizlabs/php_codesniffer": "^3.9.0",
1313
"slevomat/coding-standard": "^8.14",
1414
"php": ">=7.4"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^9.5",
17+
"phpunit/phpunit": "^9.6",
1818
"donatj/drop": "^1.0",
1919
"friendsofphp/php-cs-fixer": "^3.14",
20+
"nikic/php-parser": "^4",
2021
"ext-dom": "*"
2122
},
2223
"authors": [

0 commit comments

Comments
 (0)