Skip to content

Commit

Permalink
[Task] Update dependencies (#770)
Browse files Browse the repository at this point in the history
* Upgrade webpack-encore and add endroid/qr-code

* Try to upgrade to spreadsheet 3.3

* Set to 1.7 since core requires 1.7

* Update composer.json

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* Update CHANGELOG.md

---------

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>
Co-authored-by: JiaJia Ji <kingjia90@gmail.com>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent f97192f commit a8ea529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#### v1.6.0
- Show tree search even if all child elements fit on one page (according to `tree_paging_limit`) - if there are at least 30 children in total
- Prevent accidental deletion of folder if items get selected in grid and then the "Delete folder" button gets clicked. Instead: If grid items are selected, delete button asks if the selected items should be deleted. If no grid items are selected, the folder gets deleted (after confirmation).
- [Composer] Added `endroid/qr-code` `v4`,`v5` requirement. Dropped `phpoffice/phpspreadsheet` `v1` support while extending it to `v3`. Extended `symfony/webpack-encore-bundle` to support `v2`.

#### v1.5.0
- [Assets] Metadata can be now displayed as a read-only tab when the user is granted `view` permissions to the asset.
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"cbschuld/browser.php": "^1.9.6",
"phpoffice/phpspreadsheet": "^1.24 || ^2.2",
"endroid/qr-code": "^4 || ^5.1",
"phpoffice/phpspreadsheet": "^2.2 || ^3.3",
"pimcore/pimcore": "^11.5.0",
"symfony/webpack-encore-bundle": "^1.13.2"
"symfony/webpack-encore-bundle": "^1.17 || ^2.0"
},
"require-dev": {
"codeception/codeception": "^5.0.11",
Expand Down

0 comments on commit a8ea529

Please sign in to comment.