File tree Expand file tree Collapse file tree 3 files changed +465
-444
lines changed
Expand file tree Collapse file tree 3 files changed +465
-444
lines changed Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "require" : {
77 "php" : " ^8.0" ,
8- "bobdenotter/configuration-notices" : " ^1.3 " ,
8+ "bobdenotter/configuration-notices" : " ^1.4 " ,
99 "bobdenotter/weatherwidget" : " ^1.1" ,
10- "bolt/article" : " ^2.0 " ,
10+ "bolt/article" : " ^2.1 " ,
1111 "bolt/assets" : " ^5.2" ,
1212 "bolt/core" : " ^5.2" ,
1313 "bolt/newswidget" : " ^1.3" ,
14- "bolt/redactor" : " ^2.0 " ,
14+ "bolt/redactor" : " ^2.1 " ,
1515 "bolt/themes" : " ^3.5" ,
1616 "nelmio/security-bundle" : " ^2.12" ,
17- "symfony/flex" : " ^2.0 "
17+ "symfony/flex" : " ^2.2 "
1818 },
1919 "minimum-stability" : " beta" ,
2020 "prefer-stable" : true ,
7979 "lint" : " @php vendor/bin/ecs check --no-progress-bar --no-interaction" ,
8080 "lint:fix" : " @php vendor/bin/ecs check --no-progress-bar --no-interaction --fix" ,
8181 "phpstan" : " @php vendor/bin/phpstan --memory-limit=1G analyse -c phpstan.neon src"
82+ },
83+ "config" : {
84+ "allow-plugins" : {
85+ "drupol/composer-packages" : true ,
86+ "symfony/flex" : true
87+ },
88+ "platform" :{
89+ "php" :" 8.0"
90+ }
8291 }
8392}
You can’t perform that action at this time.
0 commit comments