Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
In addition to an update of all components within their version
constraints, also do the following changes to the constraints:

* Migrate from leafo/scssphp to scssphp/scssphp (the former is
  deprecated)
* Remove patchwork/jsqueeze (deprecated with no replacement)
* Pin mgilet/notification-bundle to version 3.1, since version 3.2 broke
  HTML rendering in the notification popup, and as consequence, all
  popups (tracked at #472).
  • Loading branch information
imphil committed Jan 6, 2021
1 parent 451c69c commit 030f586
Show file tree
Hide file tree
Showing 2 changed files with 1,976 additions and 959 deletions.
5 changes: 2 additions & 3 deletions site/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"hwi/oauth-bundle": "~0.5",
"friendsofsymfony/user-bundle": "~2.0",
"sensio/generator-bundle": "~3.1.0",
"leafo/scssphp": "^0.6.6",
"patchwork/jsqueeze": "^2.0",
"scssphp/scssphp": "^1.3",
"exercise/htmlpurifier-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "^1.0",
"knplabs/github-api": "^2.10",
Expand All @@ -51,7 +50,7 @@
"spatie/yaml-front-matter": "^2.0",
"ext-json": "*",
"symfony/webpack-encore-bundle": "^1.6",
"mgilet/notification-bundle": "^3.1",
"mgilet/notification-bundle": "3.1",
"stof/doctrine-extensions-bundle": "^1.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 030f586

Please sign in to comment.