We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5229aa commit ce61157Copy full SHA for ce61157
2 files changed
composer.json
@@ -20,8 +20,7 @@
20
"symfony/console": "^5.2",
21
"phpdocumentor/reflection-docblock": "^5.2",
22
"brick/math": "^0.9.1",
23
- "nikic/php-parser": "^4.10",
24
- "phpunit/phpunit": "^9.5"
+ "nikic/php-parser": "^4.10"
25
},
26
"autoload": {
27
"psr-4": {
@@ -35,6 +34,7 @@
35
34
}
36
37
"require-dev": {
+ "phpunit/phpunit": "^9.5",
38
"squizlabs/php_codesniffer": "^3.5",
39
"friendsofphp/php-cs-fixer": "^2.17",
40
"brainmaestro/composer-git-hooks": "^2.8"
0 commit comments