Skip to content

Commit ce61157

Browse files
committed
Fix wrong update
1 parent b5229aa commit ce61157

2 files changed

Lines changed: 1747 additions & 1747 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"symfony/console": "^5.2",
2121
"phpdocumentor/reflection-docblock": "^5.2",
2222
"brick/math": "^0.9.1",
23-
"nikic/php-parser": "^4.10",
24-
"phpunit/phpunit": "^9.5"
23+
"nikic/php-parser": "^4.10"
2524
},
2625
"autoload": {
2726
"psr-4": {
@@ -35,6 +34,7 @@
3534
}
3635
},
3736
"require-dev": {
37+
"phpunit/phpunit": "^9.5",
3838
"squizlabs/php_codesniffer": "^3.5",
3939
"friendsofphp/php-cs-fixer": "^2.17",
4040
"brainmaestro/composer-git-hooks": "^2.8"

0 commit comments

Comments
 (0)