Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Feb 15, 2023
1 parent 9094aad commit 8177c45
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 444 deletions.
17 changes: 13 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "MIT",
"require": {
"php": "^8.0",
"bobdenotter/configuration-notices": "^1.3",
"bobdenotter/configuration-notices": "^1.4",
"bobdenotter/weatherwidget": "^1.1",
"bolt/article": "^2.0",
"bolt/article": "^2.1",
"bolt/assets": "^5.2",
"bolt/core": "^5.2",
"bolt/newswidget": "^1.3",
"bolt/redactor": "^2.0",
"bolt/redactor": "^2.1",
"bolt/themes": "^3.5",
"nelmio/security-bundle": "^2.12",
"symfony/flex": "^2.0"
"symfony/flex": "^2.2"
},
"minimum-stability": "beta",
"prefer-stable": true,
Expand Down Expand Up @@ -79,5 +79,14 @@
"lint": "@php vendor/bin/ecs check --no-progress-bar --no-interaction",
"lint:fix": "@php vendor/bin/ecs check --no-progress-bar --no-interaction --fix",
"phpstan": "@php vendor/bin/phpstan --memory-limit=1G analyse -c phpstan.neon src"
},
"config": {
"allow-plugins": {
"drupol/composer-packages": true,
"symfony/flex": true
},
"platform":{
"php":"8.0"
}
}
}
Loading

0 comments on commit 8177c45

Please sign in to comment.