Skip to content

Commit 513d214

Browse files
authored
Bump Symfony to 5.4 (#39827)
1 parent a8f9d65 commit 513d214

File tree

14 files changed

+38
-38
lines changed

14 files changed

+38
-38
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
timeout_minutes: 5
6868
max_attempts: 5
69-
command: composer require symfony/symfony:5.4.x-dev league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
69+
command: composer require league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
7070
if: matrix.php >= 8.1
7171

7272
- name: Install dependencies
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
timeout_minutes: 5
137137
max_attempts: 5
138-
command: composer require symfony/symfony:5.4.x-dev league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
138+
command: composer require league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
139139
if: matrix.php >= 8.1
140140

141141
- name: Install dependencies

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"psr/simple-cache": "^1.0",
3434
"ramsey/uuid": "^4.2.2",
3535
"swiftmailer/swiftmailer": "^6.3",
36-
"symfony/console": "^5.1.4",
37-
"symfony/error-handler": "^5.1.4",
38-
"symfony/finder": "^5.1.4",
39-
"symfony/http-foundation": "^5.1.4",
40-
"symfony/http-kernel": "^5.1.4",
41-
"symfony/mime": "^5.1.4",
42-
"symfony/process": "^5.1.4",
43-
"symfony/routing": "^5.1.4",
44-
"symfony/var-dumper": "^5.1.4",
36+
"symfony/console": "^5.4",
37+
"symfony/error-handler": "^5.4",
38+
"symfony/finder": "^5.4",
39+
"symfony/http-foundation": "^5.4",
40+
"symfony/http-kernel": "^5.4",
41+
"symfony/mime": "^5.4",
42+
"symfony/process": "^5.4",
43+
"symfony/routing": "^5.4",
44+
"symfony/var-dumper": "^5.4",
4545
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
4646
"vlucas/phpdotenv": "^5.2",
4747
"voku/portable-ascii": "^1.4.8"
@@ -90,7 +90,7 @@
9090
"pda/pheanstalk": "^4.0",
9191
"phpunit/phpunit": "^8.5.19|^9.5.8",
9292
"predis/predis": "^1.1.9",
93-
"symfony/cache": "^5.1.4"
93+
"symfony/cache": "^5.4"
9494
},
9595
"provide": {
9696
"psr/container-implementation": "1.0",
@@ -149,8 +149,8 @@
149149
"predis/predis": "Required to use the predis connector (^1.1.9).",
150150
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
151151
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0).",
152-
"symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).",
153-
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
152+
"symfony/cache": "Required to PSR-6 cache bridge (^5.4).",
153+
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).",
154154
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
155155
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
156156
},

src/Illuminate/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"illuminate/database": "Required to use the database cache driver (^8.0).",
3939
"illuminate/filesystem": "Required to use the file cache driver (^8.0).",
4040
"illuminate/redis": "Required to use the redis cache driver (^8.0).",
41-
"symfony/cache": "Required to PSR-6 cache bridge (^5.1.4)."
41+
"symfony/cache": "Required to PSR-6 cache bridge (^5.4)."
4242
},
4343
"config": {
4444
"sort-packages": true

src/Illuminate/Collections/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"suggest": {
35-
"symfony/var-dumper": "Required to use the dump method (^5.1.4)."
35+
"symfony/var-dumper": "Required to use the dump method (^5.4)."
3636
},
3737
"config": {
3838
"sort-packages": true

src/Illuminate/Console/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"illuminate/contracts": "^8.0",
2020
"illuminate/macroable": "^8.0",
2121
"illuminate/support": "^8.0",
22-
"symfony/console": "^5.1.4",
23-
"symfony/process": "^5.1.4"
22+
"symfony/console": "^5.4",
23+
"symfony/process": "^5.4"
2424
},
2525
"autoload": {
2626
"psr-4": {

src/Illuminate/Cookie/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"illuminate/contracts": "^8.0",
2020
"illuminate/macroable": "^8.0",
2121
"illuminate/support": "^8.0",
22-
"symfony/http-foundation": "^5.1.4",
23-
"symfony/http-kernel": "^5.1.4"
22+
"symfony/http-foundation": "^5.4",
23+
"symfony/http-kernel": "^5.4"
2424
},
2525
"autoload": {
2626
"psr-4": {

src/Illuminate/Database/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"illuminate/contracts": "^8.0",
2323
"illuminate/macroable": "^8.0",
2424
"illuminate/support": "^8.0",
25-
"symfony/console": "^5.1.4"
25+
"symfony/console": "^5.4"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -41,7 +41,7 @@
4141
"illuminate/events": "Required to use the observers with Eloquent (^8.0).",
4242
"illuminate/filesystem": "Required to use the migrations (^8.0).",
4343
"illuminate/pagination": "Required to paginate the result set (^8.0).",
44-
"symfony/finder": "Required to use Eloquent model factories (^5.1.4)."
44+
"symfony/finder": "Required to use Eloquent model factories (^5.4)."
4545
},
4646
"config": {
4747
"sort-packages": true

src/Illuminate/Filesystem/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/contracts": "^8.0",
2020
"illuminate/macroable": "^8.0",
2121
"illuminate/support": "^8.0",
22-
"symfony/finder": "^5.1.4"
22+
"symfony/finder": "^5.4"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -39,8 +39,8 @@
3939
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
4040
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
4141
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
42-
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
43-
"symfony/mime": "Required to enable support for guessing extensions (^5.1.4)."
42+
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).",
43+
"symfony/mime": "Required to enable support for guessing extensions (^5.4)."
4444
},
4545
"config": {
4646
"sort-packages": true

src/Illuminate/Http/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"illuminate/macroable": "^8.0",
2121
"illuminate/session": "^8.0",
2222
"illuminate/support": "^8.0",
23-
"symfony/http-foundation": "^5.1.4",
24-
"symfony/http-kernel": "^5.1.4",
25-
"symfony/mime": "^5.1.4"
23+
"symfony/http-foundation": "^5.4",
24+
"symfony/http-kernel": "^5.4",
25+
"symfony/mime": "^5.4"
2626
},
2727
"autoload": {
2828
"psr-4": {

src/Illuminate/Queue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"laravel/serializable-closure": "^1.0",
2828
"opis/closure": "^3.6",
2929
"ramsey/uuid": "^4.2.2",
30-
"symfony/process": "^5.1.4"
30+
"symfony/process": "^5.4"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)