File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1313 "php" : " ^7.3 || ^8.0" ,
1414 "ext-json" : " *" ,
1515 "ext-pdo" : " *" ,
16- "aura/sql" : " ^3.0" ,
16+ "aura/sql" : " ^3.0 | ^4.0 | ^5.0 " ,
1717 "bear/resource" : " ^1.15" ,
1818 "doctrine/annotations" : " ^1.12" ,
1919 "guzzlehttp/guzzle" : " ^6.3 || ^7.0" ,
5757 "baseline" : " phpstan analyse -configuration -c phpstan.neon --generate-baseline && psalm --set-baseline=psalm-baseline.xml"
5858 },
5959 "config" : {
60- "sort-packages" : true
60+ "sort-packages" : true ,
61+ "allow-plugins" : {
62+ "bamarni/composer-bin-plugin" : true
63+ }
6164 }
6265}
Original file line number Diff line number Diff line change 11{
2- "require" : {
2+ "require-dev " : {
33 "doctrine/coding-standard" : " ^8.2" ,
44 "phpmd/phpmd" : " ^2.9" ,
55 "phpmetrics/phpmetrics" : " ^2.7" ,
66 "phpstan/phpstan" : " ^0.12" ,
77 "psalm/plugin-phpunit" : " ^0.13" ,
88 "squizlabs/php_codesniffer" : " ^3.5" ,
99 "vimeo/psalm" : " ^4.2"
10+ },
11+ "config" : {
12+ "allow-plugins" : {
13+ "dealerdirect/phpcodesniffer-composer-installer" : true
14+ }
1015 }
1116}
You can’t perform that action at this time.
0 commit comments