Skip to content

Commit a0dbdc8

Browse files
authored
Bump to Symfony 6.1 (#40958)
1 parent 93f35a3 commit a0dbdc8

File tree

14 files changed

+45
-45
lines changed

14 files changed

+45
-45
lines changed

composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"psr/log": "^1.0|^2.0|^3.0",
3131
"psr/simple-cache": "^1.0|^2.0|^3.0",
3232
"ramsey/uuid": "^4.2.2",
33-
"symfony/console": "^6.0",
34-
"symfony/error-handler": "^6.0",
35-
"symfony/finder": "^6.0",
36-
"symfony/http-foundation": "^6.0",
37-
"symfony/http-kernel": "^6.0",
38-
"symfony/mailer": "^6.0",
39-
"symfony/mime": "^6.0",
40-
"symfony/process": "^6.0",
41-
"symfony/routing": "^6.0",
42-
"symfony/var-dumper": "^6.0",
33+
"symfony/console": "^6.1",
34+
"symfony/error-handler": "^6.1",
35+
"symfony/finder": "^6.1",
36+
"symfony/http-foundation": "^6.1",
37+
"symfony/http-kernel": "^6.1",
38+
"symfony/mailer": "^6.1",
39+
"symfony/mime": "^6.1",
40+
"symfony/process": "^6.1",
41+
"symfony/routing": "^6.1",
42+
"symfony/var-dumper": "^6.1",
4343
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
4444
"vlucas/phpdotenv": "^5.4.1",
4545
"voku/portable-ascii": "^2.0"
@@ -92,8 +92,8 @@
9292
"phpstan/phpstan": "^1.0",
9393
"predis/predis": "^1.1.9",
9494
"phpunit/phpunit": "^9.5.8",
95-
"symfony/amazon-mailer": "^6.0",
96-
"symfony/cache": "^6.0"
95+
"symfony/amazon-mailer": "^6.1",
96+
"symfony/cache": "^6.1"
9797
},
9898
"provide": {
9999
"psr/container-implementation": "1.1|2.0",
@@ -157,11 +157,11 @@
157157
"predis/predis": "Required to use the predis connector (^1.1.9).",
158158
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
159159
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
160-
"symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
161-
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
162-
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).",
163-
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
164-
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).",
160+
"symfony/cache": "Required to PSR-6 cache bridge (^6.1).",
161+
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.1).",
162+
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.1).",
163+
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.1).",
164+
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.1).",
165165
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
166166
},
167167
"config": {

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 (^10.0).",
3939
"illuminate/filesystem": "Required to use the file cache driver (^10.0).",
4040
"illuminate/redis": "Required to use the redis cache driver (^10.0).",
41-
"symfony/cache": "Required to use PSR-6 cache bridge (^6.0)."
41+
"symfony/cache": "Required to use PSR-6 cache bridge (^6.1)."
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
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"suggest": {
36-
"symfony/var-dumper": "Required to use the dump method (^6.0)."
36+
"symfony/var-dumper": "Required to use the dump method (^6.1)."
3737
},
3838
"config": {
3939
"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": "^10.0",
2020
"illuminate/macroable": "^10.0",
2121
"illuminate/support": "^10.0",
22-
"symfony/console": "^6.0",
23-
"symfony/process": "^6.0"
22+
"symfony/console": "^6.1",
23+
"symfony/process": "^6.1"
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": "^10.0",
2020
"illuminate/macroable": "^10.0",
2121
"illuminate/support": "^10.0",
22-
"symfony/http-foundation": "^6.0",
23-
"symfony/http-kernel": "^6.0"
22+
"symfony/http-foundation": "^6.1",
23+
"symfony/http-kernel": "^6.1"
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": "^10.0",
2323
"illuminate/macroable": "^10.0",
2424
"illuminate/support": "^10.0",
25-
"symfony/console": "^6.0"
25+
"symfony/console": "^6.1"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -41,7 +41,7 @@
4141
"illuminate/events": "Required to use the observers with Eloquent (^10.0).",
4242
"illuminate/filesystem": "Required to use the migrations (^10.0).",
4343
"illuminate/pagination": "Required to paginate the result set (^10.0).",
44-
"symfony/finder": "Required to use Eloquent model factories (^6.0)."
44+
"symfony/finder": "Required to use Eloquent model factories (^6.1)."
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": "^10.0",
2020
"illuminate/macroable": "^10.0",
2121
"illuminate/support": "^10.0",
22-
"symfony/finder": "^6.0"
22+
"symfony/finder": "^6.1"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -39,8 +39,8 @@
3939
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
4040
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.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 (^6.0).",
43-
"symfony/mime": "Required to enable support for guessing extensions (^6.0)."
42+
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.1).",
43+
"symfony/mime": "Required to enable support for guessing extensions (^6.1)."
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": "^10.0",
2121
"illuminate/session": "^10.0",
2222
"illuminate/support": "^10.0",
23-
"symfony/http-foundation": "^6.0",
24-
"symfony/http-kernel": "^6.0",
25-
"symfony/mime": "^6.0"
23+
"symfony/http-foundation": "^6.1",
24+
"symfony/http-kernel": "^6.1",
25+
"symfony/mime": "^6.1"
2626
},
2727
"autoload": {
2828
"psr-4": {

src/Illuminate/Mail/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"illuminate/support": "^10.0",
2424
"league/commonmark": "^2.2",
2525
"psr/log": "^1.0|^2.0|^3.0",
26-
"symfony/mailer": "^6.0",
26+
"symfony/mailer": "^6.1",
2727
"tijsverkoyen/css-to-inline-styles": "^2.2.2"
2828
},
2929
"autoload": {
@@ -38,9 +38,9 @@
3838
},
3939
"suggest": {
4040
"aws/aws-sdk-php": "Required to use the SES mail driver (^3.198.1).",
41-
"symfony/http-client": "Required to use the Symfony API mail transports (^6.0).",
42-
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
43-
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0)."
41+
"symfony/http-client": "Required to use the Symfony API mail transports (^6.1).",
42+
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.1).",
43+
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.1)."
4444
},
4545
"config": {
4646
"sort-packages": true

src/Illuminate/Queue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"illuminate/support": "^10.0",
2727
"laravel/serializable-closure": "^1.0",
2828
"ramsey/uuid": "^4.2.2",
29-
"symfony/process": "^6.0"
29+
"symfony/process": "^6.1"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)