We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067a1ce commit a4d619fCopy full SHA for a4d619f
2 files changed
composer.json
@@ -17,10 +17,11 @@
17
"ext-zip": "*",
18
"monolog/monolog": "^1.24",
19
"gabrielelana/byte-units": "^0.5.0",
20
- "symfony/console": "^4.2",
21
- "phpdocumentor/reflection-docblock": "^4.3",
+ "symfony/console": "^5.2",
+ "phpdocumentor/reflection-docblock": "^5.2",
22
"brick/math": "^0.8.8",
23
- "nikic/php-parser": "^4.2"
+ "nikic/php-parser": "^4.2",
24
+ "phpunit/phpunit": "^9.5"
25
},
26
"autoload": {
27
"psr-4": {
@@ -34,7 +35,6 @@
34
35
}
36
37
"require-dev": {
- "phpunit/phpunit": "^8.0",
38
"squizlabs/php_codesniffer": "^3.4",
39
"friendsofphp/php-cs-fixer": "^2.14",
40
"brainmaestro/composer-git-hooks": "^2.6"
0 commit comments