Skip to content

Commit 7457547

Browse files
committed
update all symfony components version in each packages
1 parent e1d1bcd commit 7457547

14 files changed

Lines changed: 25 additions & 25 deletions

File tree

src/Illuminate/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": ">=5.4.0",
12-
"symfony/console": "2.5.*"
12+
"symfony/console": "~6.4"
1313
},
1414
"autoload": {
1515
"psr-0": {

src/Illuminate/Cookie/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"php": ">=5.4.0",
1212
"illuminate/encryption": "4.2.*",
1313
"illuminate/support": "4.2.*",
14-
"symfony/http-kernel": "2.5.*",
15-
"symfony/http-foundation": "2.5.*"
14+
"symfony/http-kernel": "~6.4",
15+
"symfony/http-foundation": "~6.4"
1616
},
1717
"autoload": {
1818
"psr-0": {

src/Illuminate/Database/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"illuminate/container": "4.2.*",
1414
"illuminate/events": "4.2.*",
1515
"illuminate/support": "4.2.*",
16-
"nesbot/carbon": "~1.0"
16+
"nesbot/carbon": "~2.0"
1717
},
1818
"require-dev": {
1919
"illuminate/cache": "4.2.*",

src/Illuminate/Encryption/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": ">=5.4.0",
1212
"illuminate/support": "4.2.*",
13-
"symfony/security-core": "2.5.*"
13+
"symfony/security-core": "~6.4"
1414
},
1515
"autoload": {
1616
"psr-0": {

src/Illuminate/Exception/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"php": ">=5.4.0",
1212
"filp/whoops": "1.1.*",
1313
"illuminate/support": "4.2.*",
14-
"symfony/debug": "2.5.*",
15-
"symfony/http-foundation": "2.5.*",
16-
"symfony/http-kernel": "2.5.*"
14+
"symfony/error-handler": "~6.4",
15+
"symfony/http-foundation": "~6.4",
16+
"symfony/http-kernel": "~6.4"
1717
},
1818
"require-dev": {
1919
"monolog/monolog": "~1.6"

src/Illuminate/Filesystem/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": ">=5.4.0",
1212
"illuminate/support": "4.2.*",
13-
"symfony/finder": "2.5.*"
13+
"symfony/finder": "~6.4"
1414
},
1515
"autoload": {
1616
"psr-0": {

src/Illuminate/Http/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"php": ">=5.4.0",
1212
"illuminate/session": "4.2.*",
1313
"illuminate/support": "4.2.*",
14-
"symfony/http-foundation": "2.5.*",
15-
"symfony/http-kernel": "2.5.*"
14+
"symfony/http-foundation": "~6.4",
15+
"symfony/http-kernel": "~6.4"
1616
},
1717
"autoload": {
1818
"psr-0": {

src/Illuminate/Pagination/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"illuminate/http": "4.2.*",
1313
"illuminate/support": "4.2.*",
1414
"illuminate/view": "4.2.*",
15-
"symfony/http-foundation": "2.5.*",
16-
"symfony/translation": "2.5.*"
15+
"symfony/http-foundation": "~6.4",
16+
"symfony/translation": "~6.4"
1717
},
1818
"autoload": {
1919
"psr-0": {

src/Illuminate/Queue/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"illuminate/container": "4.2.*",
1414
"illuminate/http": "4.2.*",
1515
"illuminate/support": "4.2.*",
16-
"symfony/process": "2.5.*",
17-
"nesbot/carbon": "~1.0"
16+
"symfony/process": "~6.4",
17+
"nesbot/carbon": "~2.0"
1818
},
1919
"require-dev": {
2020
"illuminate/cache": "4.2.*",

src/Illuminate/Routing/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"illuminate/http": "4.2.*",
1414
"illuminate/session": "4.2.*",
1515
"illuminate/support": "4.2.*",
16-
"symfony/http-foundation": "2.5.*",
17-
"symfony/http-kernel": "2.5.*",
18-
"symfony/routing": "2.5.*"
16+
"symfony/http-foundation": "~6.4",
17+
"symfony/http-kernel": "~6.4",
18+
"symfony/routing": "~6.4"
1919
},
2020
"require-dev": {
2121
"illuminate/console": "4.2.*",

0 commit comments

Comments
 (0)