Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions changelog/unreleased/40518
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Change: upgrade to Symfony 5

The Symfony PHP framework has been updated from major version 4 to 5.

The following Symfony component versions are provided:
- symfony/console (v5.4.23)
- symfony/event-dispatcher (v5.4.22)
- symfony/process (v5.4.23)
- symfony/routing (v5.4.22)
- symfony/string (v5.4.22)
- symfony/translation (v5.4.22)

https://github.com/owncloud/core/issues/39630
https://github.com/owncloud/core/pull/40518
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"bantu/ini-get-wrapper": "v1.0.1",
"punic/punic": "^3.7",
"pear/archive_tar": "1.4.14",
"symfony/console": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/routing": "^4.4",
"symfony/process": "^4.4",
"symfony/console": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/routing": "^5.4",
"symfony/process": "^5.4",
"pimple/pimple": "^3.5",
"nikic/php-parser": "^4.15",
"icewind/streams": "0.7.7",
Expand All @@ -57,7 +57,7 @@
"sabre/dav": "^4.4",
"sabre/http": "^5.1",
"deepdiver/zipstreamer": "^2.0",
"symfony/translation": "^4.4",
"symfony/translation": "^5.4",
"laminas/laminas-inputfilter": "^2.21",
"laminas/laminas-servicemanager": "^3.16",
"laminas/laminas-validator": "^2.25",
Expand Down
Loading