Skip to content

Commit 8cc7465

Browse files
committed
Update deps
1 parent 6f904b2 commit 8cc7465

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"doctrine/orm": "^2.9.1",
2626
"doctrine/persistence": "^1.1 || ^2.0",
2727
"nesbot/carbon": "^2.49",
28-
"nikic/php-parser": "dev-master as 4.13.2",
28+
"nikic/php-parser": "^4.13.2",
2929
"php-parallel-lint/php-parallel-lint": "^1.2",
3030
"phpstan/phpstan-phpunit": "^1.0",
3131
"phpstan/phpstan-strict-rules": "^1.0",
@@ -38,7 +38,10 @@
3838
"php": "7.3.24",
3939
"ext-mongo": "1.6.16"
4040
},
41-
"sort-packages": true
41+
"sort-packages": true,
42+
"allow-plugins": {
43+
"composer/package-versions-deprecated": true
44+
}
4245
},
4346
"extra": {
4447
"branch-alias": {

0 commit comments

Comments
 (0)