Skip to content

Commit 8177c45

Browse files
committed
Updating dependencies
1 parent 9094aad commit 8177c45

File tree

3 files changed

+465
-444
lines changed

3 files changed

+465
-444
lines changed

composer.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
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,
@@ -79,5 +79,14 @@
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
}

0 commit comments

Comments
 (0)