Skip to content

Commit

Permalink
Merge pull request #40518 from owncloud/symfony-5.4
Browse files Browse the repository at this point in the history
[full-ci] Symfony 5.4
  • Loading branch information
phil-davis authored May 21, 2023
2 parents 7438929 + 3e33393 commit 1c1ab2f
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 95 deletions.
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

0 comments on commit 1c1ab2f

Please sign in to comment.