Skip to content

Commit af92469

Browse files
authored
Add nikic/php-parser and sort packages (#196)
1 parent 4042fdd commit af92469

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: composer.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
"rector/rector": "^1.0"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^10.5",
11+
"nikic/php-parser": "^4.18",
12+
"phpstan/extension-installer": "^1.3",
1213
"phpstan/phpstan": "^1.10",
13-
"symplify/phpstan-rules": "^12.4",
14+
"phpstan/phpstan-strict-rules": "^1.5",
15+
"phpstan/phpstan-webmozart-assert": "^1.2",
16+
"phpunit/phpunit": "^10.5",
1417
"symplify/phpstan-extensions": "^11.4",
18+
"symplify/phpstan-rules": "^12.4",
1519
"symplify/rule-doc-generator": "^12.1",
16-
"phpstan/extension-installer": "^1.3",
17-
"phpstan/phpstan-webmozart-assert": "^1.2",
18-
"phpstan/phpstan-strict-rules": "^1.5",
1920
"tightenco/duster": "^2.7"
2021
},
2122
"autoload": {

0 commit comments

Comments
 (0)