Skip to content

Commit

Permalink
Update sulu (#30)
Browse files Browse the repository at this point in the history
* Update sulu

* Update sulu to 2.2.1

* Update dependencies

* Fix http cache config

* fix http cache config
  • Loading branch information
luca-rath authored Nov 6, 2020
1 parent 0643747 commit 902cd23
Show file tree
Hide file tree
Showing 20 changed files with 4,536 additions and 3,785 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ node_modules
*.iml
*~
.web-server-pid
.php-version
php.ini

# System files
.DS_Store
4 changes: 2 additions & 2 deletions assets/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@ckeditor/ckeditor5-dev-utils": "^12.0.1",
"@ckeditor/ckeditor5-theme-lark": "^18.0.0",
"@ckeditor/ckeditor5-dev-utils": "^23.5.1",
"@ckeditor/ckeditor5-theme-lark": "^23.0.0",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"doctrine/doctrine-migrations-bundle": "^2.0",
"friendsofsymfony/http-cache-bundle": "^2.8",
"jackalope/jackalope-doctrine-dbal": "^1.3.4",
"sulu/sulu": "^2.1",
"sulu/sulu": "^2.2.1",
"symfony/config": "^5.1",
"symfony/dotenv": "^5.1",
"symfony/flex": "^1.2",
"symfony/framework-bundle": "^5.1",
"symfony/monolog-bridge": "^5.1",
"symfony/monolog-bundle": "^3.1",
"symfony/security-bundle": "^5.1",
"symfony/swiftmailer-bundle": "^2.6.4 || ^3.0",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/twig-bundle": "^5.1",
"symfony/webpack-encore-bundle": "^1.6",
"handcraftedinthealps/zendsearch": "^2.0"
Expand Down Expand Up @@ -136,7 +136,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.7"
"php": "7.4.12"
}
},
"extra": {
Expand Down
Loading

0 comments on commit 902cd23

Please sign in to comment.