X Tutup
Skip to content

Commit 1c1ab2f

Browse files
authored
Merge pull request #40518 from owncloud/symfony-5.4
[full-ci] Symfony 5.4
2 parents 7438929 + 3e33393 commit 1c1ab2f

File tree

3 files changed

+427
-95
lines changed

3 files changed

+427
-95
lines changed

changelog/unreleased/40518

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Change: upgrade to Symfony 5
2+
3+
The Symfony PHP framework has been updated from major version 4 to 5.
4+
5+
The following Symfony component versions are provided:
6+
- symfony/console (v5.4.23)
7+
- symfony/event-dispatcher (v5.4.22)
8+
- symfony/process (v5.4.23)
9+
- symfony/routing (v5.4.22)
10+
- symfony/string (v5.4.22)
11+
- symfony/translation (v5.4.22)
12+
13+
https://github.com/owncloud/core/issues/39630
14+
https://github.com/owncloud/core/pull/40518

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"bantu/ini-get-wrapper": "v1.0.1",
4141
"punic/punic": "^3.7",
4242
"pear/archive_tar": "1.4.14",
43-
"symfony/console": "^4.4",
44-
"symfony/event-dispatcher": "^4.4",
45-
"symfony/routing": "^4.4",
46-
"symfony/process": "^4.4",
43+
"symfony/console": "^5.4",
44+
"symfony/event-dispatcher": "^5.4",
45+
"symfony/routing": "^5.4",
46+
"symfony/process": "^5.4",
4747
"pimple/pimple": "^3.5",
4848
"nikic/php-parser": "^4.15",
4949
"icewind/streams": "0.7.7",
@@ -57,7 +57,7 @@
5757
"sabre/dav": "^4.4",
5858
"sabre/http": "^5.1",
5959
"deepdiver/zipstreamer": "^2.0",
60-
"symfony/translation": "^4.4",
60+
"symfony/translation": "^5.4",
6161
"laminas/laminas-inputfilter": "^2.21",
6262
"laminas/laminas-servicemanager": "^3.16",
6363
"laminas/laminas-validator": "^2.25",

0 commit comments

Comments
 (0)
X Tutup