Skip to content

Commit 4b1a177

Browse files
committed
update composer json file
1 parent d7068ca commit 4b1a177

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"phpstan/phpstan-phpunit": "^1.4.1",
5050
"phpstan/phpstan-deprecation-rules": "^1.2.1",
5151
"phpunit/phpunit": "^10.5.38 || ^11.4.4",
52-
"phpbench/phpbench": "^1.3.1",
53-
"symfony/var-dumper": "^6.4.15",
52+
"symfony/var-dumper": "^6.4.15 || ^v7.2.0",
5453
"bakame/aide-base32": "dev-main"
5554
},
5655
"autoload": {
@@ -64,7 +63,6 @@
6463
}
6564
},
6665
"scripts": {
67-
"benchmark": "phpbench run --report=default",
6866
"phpcs": "php-cs-fixer fix --dry-run --diff -vvv --allow-risky=yes --ansi",
6967
"phpcs:fix": "php-cs-fixer fix -vvv --allow-risky=yes --ansi",
7068
"phpstan": "phpstan analyse -c phpstan.neon --ansi --memory-limit 192M",
@@ -81,7 +79,6 @@
8179
"phpunit": "Runs unit and functional testing",
8280
"phpcs": "Runs coding style testing",
8381
"phpcs:fix": "Fix coding style issues",
84-
"benchmark": "Runs parser benchmark",
8582
"test": "Runs all tests"
8683
},
8784
"repositories": [

tests/ParserBench.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)