Skip to content

Commit 51d0763

Browse files
committed
update the symfony packages
1 parent 06edba0 commit 51d0763

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

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/Exception/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"filp/whoops": "1.1.*",
1313
"illuminate/support": "4.2.*",
1414
"symfony/debug": "2.5.*",
15-
"symfony/http-foundation": "2.5.*",
16-
"symfony/http-kernel": "2.5.*"
15+
"symfony/http-foundation": "6.4.*",
16+
"symfony/http-kernel": "6.4.*"
1717
},
1818
"require-dev": {
1919
"monolog/monolog": "~1.6"

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"illuminate/http": "4.2.*",
1313
"illuminate/support": "4.2.*",
1414
"illuminate/view": "4.2.*",
15-
"symfony/http-foundation": "2.5.*",
15+
"symfony/http-foundation": "6.4.*",
1616
"symfony/translation": "2.5.*"
1717
},
1818
"autoload": {

src/Illuminate/Routing/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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.*",
16+
"symfony/http-foundation": "6.4.*",
17+
"symfony/http-kernel": "6.4.*",
1818
"symfony/routing": "2.5.*"
1919
},
2020
"require-dev": {

src/Illuminate/Session/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"illuminate/support": "4.2.*",
1616
"nesbot/carbon": "~1.0",
1717
"symfony/finder": "2.5.*",
18-
"symfony/http-foundation": "2.5.*"
18+
"symfony/http-foundation": "6.4.*"
1919
},
2020
"require-dev": {
2121
"illuminate/console": "4.2.*"

src/Illuminate/Validation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"php": ">=5.4.0",
1212
"illuminate/container": "4.2.*",
1313
"illuminate/support": "4.2.*",
14-
"symfony/http-foundation": "2.5.*",
14+
"symfony/http-foundation": "6.4.*",
1515
"symfony/translation": "2.5.*"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)