We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f904b2 commit 8cc7465Copy full SHA for 8cc7465
composer.json
@@ -25,7 +25,7 @@
25
"doctrine/orm": "^2.9.1",
26
"doctrine/persistence": "^1.1 || ^2.0",
27
"nesbot/carbon": "^2.49",
28
- "nikic/php-parser": "dev-master as 4.13.2",
+ "nikic/php-parser": "^4.13.2",
29
"php-parallel-lint/php-parallel-lint": "^1.2",
30
"phpstan/phpstan-phpunit": "^1.0",
31
"phpstan/phpstan-strict-rules": "^1.0",
@@ -38,7 +38,10 @@
38
"php": "7.3.24",
39
"ext-mongo": "1.6.16"
40
},
41
- "sort-packages": true
+ "sort-packages": true,
42
+ "allow-plugins": {
43
+ "composer/package-versions-deprecated": true
44
+ }
45
46
"extra": {
47
"branch-alias": {
0 commit comments