Skip to content

Commit 67a5367

Browse files
committed
update synfony version for Illuminate components
1 parent 4db7031 commit 67a5367

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

src/Illuminate/Console/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"illuminate/contracts": "5.5.*",
1919
"illuminate/support": "5.5.*",
2020
"nesbot/carbon": "~1.20",
21-
"symfony/console": "~3.2"
21+
"symfony/console": "~3.3"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -33,7 +33,7 @@
3333
"suggest": {
3434
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
3535
"mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
36-
"symfony/process": "Required to use scheduling component (~3.2)."
36+
"symfony/process": "Required to use scheduling component (~3.3)."
3737
},
3838
"config": {
3939
"sort-packages": true

src/Illuminate/Cookie/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"php": ">=7.0",
1818
"illuminate/contracts": "5.5.*",
1919
"illuminate/support": "5.5.*",
20-
"symfony/http-foundation": "~3.2",
21-
"symfony/http-kernel": "~3.2"
20+
"symfony/http-foundation": "~3.3",
21+
"symfony/http-kernel": "~3.3"
2222
},
2323
"autoload": {
2424
"psr-4": {

src/Illuminate/Filesystem/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=7.0",
1818
"illuminate/contracts": "5.5.*",
1919
"illuminate/support": "5.5.*",
20-
"symfony/finder": "~3.2"
20+
"symfony/finder": "~3.3"
2121
},
2222
"autoload": {
2323
"psr-4": {

src/Illuminate/Http/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"php": ">=7.0",
1818
"illuminate/session": "5.5.*",
1919
"illuminate/support": "5.5.*",
20-
"symfony/http-foundation": "~3.2",
21-
"symfony/http-kernel": "~3.2"
20+
"symfony/http-foundation": "~3.3",
21+
"symfony/http-kernel": "~3.3"
2222
},
2323
"autoload": {
2424
"psr-4": {

src/Illuminate/Queue/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"illuminate/filesystem": "5.5.*",
2222
"illuminate/support": "5.5.*",
2323
"nesbot/carbon": "~1.20",
24-
"symfony/debug": "~3.2",
25-
"symfony/process": "~3.2"
24+
"symfony/debug": "~3.3",
25+
"symfony/process": "~3.3"
2626
},
2727
"autoload": {
2828
"psr-4": {

src/Illuminate/Routing/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"illuminate/pipeline": "5.5.*",
2222
"illuminate/session": "5.5.*",
2323
"illuminate/support": "5.5.*",
24-
"symfony/debug": "~3.2",
25-
"symfony/http-foundation": "~3.2",
26-
"symfony/http-kernel": "~3.2",
27-
"symfony/routing": "~3.2"
24+
"symfony/debug": "~3.3",
25+
"symfony/http-foundation": "~3.3",
26+
"symfony/http-kernel": "~3.3",
27+
"symfony/routing": "~3.3"
2828
},
2929
"autoload": {
3030
"psr-4": {

src/Illuminate/Session/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"illuminate/filesystem": "5.5.*",
2020
"illuminate/support": "5.5.*",
2121
"nesbot/carbon": "~1.20",
22-
"symfony/finder": "~3.2",
23-
"symfony/http-foundation": "~3.2"
22+
"symfony/finder": "~3.3",
23+
"symfony/http-foundation": "~3.3"
2424
},
2525
"autoload": {
2626
"psr-4": {

src/Illuminate/Support/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"suggest": {
3939
"illuminate/filesystem": "Required to use the composer class (5.2.*).",
40-
"symfony/process": "Required to use the composer class (~3.2).",
41-
"symfony/var-dumper": "Required to use the dd function (~3.2)."
40+
"symfony/process": "Required to use the composer class (~3.3).",
41+
"symfony/var-dumper": "Required to use the dd function (~3.3)."
4242
},
4343
"config": {
4444
"sort-packages": true

src/Illuminate/Validation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/contracts": "5.5.*",
2020
"illuminate/support": "5.5.*",
2121
"illuminate/translation": "5.5.*",
22-
"symfony/http-foundation": "~3.2"
22+
"symfony/http-foundation": "~3.3"
2323
},
2424
"autoload": {
2525
"psr-4": {

src/Illuminate/View/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"illuminate/events": "5.5.*",
2121
"illuminate/filesystem": "5.5.*",
2222
"illuminate/support": "5.5.*",
23-
"symfony/debug": "~3.2"
23+
"symfony/debug": "~3.3"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)