Skip to content

Commit

Permalink
update synfony version for Illuminate components
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed May 30, 2017
1 parent 4db7031 commit 67a5367
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"illuminate/contracts": "5.5.*",
"illuminate/support": "5.5.*",
"nesbot/carbon": "~1.20",
"symfony/console": "~3.2"
"symfony/console": "~3.3"
},
"autoload": {
"psr-4": {
Expand All @@ -33,7 +33,7 @@
"suggest": {
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
"mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
"symfony/process": "Required to use scheduling component (~3.2)."
"symfony/process": "Required to use scheduling component (~3.3)."
},
"config": {
"sort-packages": true
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Cookie/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"php": ">=7.0",
"illuminate/contracts": "5.5.*",
"illuminate/support": "5.5.*",
"symfony/http-foundation": "~3.2",
"symfony/http-kernel": "~3.2"
"symfony/http-foundation": "~3.3",
"symfony/http-kernel": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": ">=7.0",
"illuminate/contracts": "5.5.*",
"illuminate/support": "5.5.*",
"symfony/finder": "~3.2"
"symfony/finder": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"php": ">=7.0",
"illuminate/session": "5.5.*",
"illuminate/support": "5.5.*",
"symfony/http-foundation": "~3.2",
"symfony/http-kernel": "~3.2"
"symfony/http-foundation": "~3.3",
"symfony/http-kernel": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"illuminate/filesystem": "5.5.*",
"illuminate/support": "5.5.*",
"nesbot/carbon": "~1.20",
"symfony/debug": "~3.2",
"symfony/process": "~3.2"
"symfony/debug": "~3.3",
"symfony/process": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions src/Illuminate/Routing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"illuminate/pipeline": "5.5.*",
"illuminate/session": "5.5.*",
"illuminate/support": "5.5.*",
"symfony/debug": "~3.2",
"symfony/http-foundation": "~3.2",
"symfony/http-kernel": "~3.2",
"symfony/routing": "~3.2"
"symfony/debug": "~3.3",
"symfony/http-foundation": "~3.3",
"symfony/http-kernel": "~3.3",
"symfony/routing": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Session/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"illuminate/filesystem": "5.5.*",
"illuminate/support": "5.5.*",
"nesbot/carbon": "~1.20",
"symfony/finder": "~3.2",
"symfony/http-foundation": "~3.2"
"symfony/finder": "~3.3",
"symfony/http-foundation": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"suggest": {
"illuminate/filesystem": "Required to use the composer class (5.2.*).",
"symfony/process": "Required to use the composer class (~3.2).",
"symfony/var-dumper": "Required to use the dd function (~3.2)."
"symfony/process": "Required to use the composer class (~3.3).",
"symfony/var-dumper": "Required to use the dd function (~3.3)."
},
"config": {
"sort-packages": true
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"illuminate/contracts": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/translation": "5.5.*",
"symfony/http-foundation": "~3.2"
"symfony/http-foundation": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/View/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"illuminate/events": "5.5.*",
"illuminate/filesystem": "5.5.*",
"illuminate/support": "5.5.*",
"symfony/debug": "~3.2"
"symfony/debug": "~3.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 67a5367

Please sign in to comment.