Skip to content

Commit

Permalink
Bumped minimum symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 24, 2020
1 parent 6fd2eda commit 92c98bf
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^3.7",
"swiftmailer/swiftmailer": "^6.0",
"symfony/console": "^5.0",
"symfony/error-handler": "^5.0",
"symfony/finder": "^5.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/mime": "^5.0",
"symfony/process": "^5.0",
"symfony/routing": "^5.0",
"symfony/var-dumper": "^5.0",
"symfony/console": "^5.1",
"symfony/error-handler": "^5.1",
"symfony/finder": "^5.1",
"symfony/http-foundation": "^5.1",
"symfony/http-kernel": "^5.1",
"symfony/mime": "^5.1",
"symfony/process": "^5.1",
"symfony/routing": "^5.1",
"symfony/var-dumper": "^5.1",
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
"vlucas/phpdotenv": "^4.0",
"voku/portable-ascii": "^1.4.8"
Expand Down Expand Up @@ -90,7 +90,7 @@
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^8.4|^9.0",
"predis/predis": "^1.1.1",
"symfony/cache": "^5.0"
"symfony/cache": "^5.1"
},
"autoload": {
"files": [
Expand Down Expand Up @@ -134,7 +134,7 @@
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^5.1).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"illuminate/database": "Required to use the database cache driver (^8.0).",
"illuminate/filesystem": "Required to use the file cache driver (^8.0).",
"illuminate/redis": "Required to use the redis cache driver (^8.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^5.0)."
"symfony/cache": "Required to PSR-6 cache bridge (^5.1)."
},
"config": {
"sort-packages": true
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"php": "^7.3",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"symfony/console": "^5.0",
"symfony/process": "^5.0"
"symfony/console": "^5.1",
"symfony/process": "^5.1"
},
"autoload": {
"psr-4": {
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.3",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0"
"symfony/http-foundation": "^5.1",
"symfony/http-kernel": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"illuminate/container": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"symfony/console": "^5.0"
"symfony/console": "^5.1"
},
"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.3",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"symfony/finder": "^5.0"
"symfony/finder": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"ext-json": "*",
"illuminate/session": "^8.0",
"illuminate/support": "^8.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/mime": "^5.0"
"symfony/http-foundation": "^5.1",
"symfony/http-kernel": "^5.1",
"symfony/mime": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"illuminate/pipeline": "^8.0",
"illuminate/support": "^8.0",
"opis/closure": "^3.1",
"symfony/process": "^5.0"
"symfony/process": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Routing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"illuminate/pipeline": "^8.0",
"illuminate/session": "^8.0",
"illuminate/support": "^8.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/routing": "^5.0"
"symfony/http-foundation": "^5.1",
"symfony/http-kernel": "^5.1",
"symfony/routing": "^5.1"
},
"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/contracts": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/support": "^8.0",
"symfony/finder": "^5.0",
"symfony/http-foundation": "^5.0"
"symfony/finder": "^5.1",
"symfony/http-foundation": "^5.1"
},
"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 @@ -42,8 +42,8 @@
"illuminate/filesystem": "Required to use the composer class (^8.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7).",
"symfony/process": "Required to use the composer class (^5.0).",
"symfony/var-dumper": "Required to use the dd function (^5.0).",
"symfony/process": "Required to use the composer class (^5.1).",
"symfony/var-dumper": "Required to use the dd function (^5.1).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^4.0)."
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"illuminate/translation": "^8.0",
"symfony/http-foundation": "^5.0",
"symfony/mime": "^5.0"
"symfony/http-foundation": "^5.1",
"symfony/mime": "^5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 92c98bf

Please sign in to comment.