diff --git a/composer.json b/composer.json index 84811ed4c6c8..a79f84b51891 100644 --- a/composer.json +++ b/composer.json @@ -18,26 +18,26 @@ "php": "^7.1.3", "ext-mbstring": "*", "ext-openssl": "*", - "doctrine/inflector": "~1.1", - "dragonmantank/cron-expression": "~2.0", - "erusev/parsedown": "~1.7", - "league/flysystem": "~1.0", - "monolog/monolog": "~1.12", + "doctrine/inflector": "^1.1", + "dragonmantank/cron-expression": "^2.0", + "erusev/parsedown": "^1.7", + "league/flysystem": "^1.0", + "monolog/monolog": "^1.12", "nesbot/carbon": "^1.24.1", - "psr/container": "~1.0", + "psr/container": "^1.0", "psr/simple-cache": "^1.0", "ramsey/uuid": "^3.7", - "swiftmailer/swiftmailer": "~6.0", - "symfony/console": "~4.0", - "symfony/debug": "~4.0", - "symfony/finder": "~4.0", - "symfony/http-foundation": "~4.0", - "symfony/http-kernel": "~4.0", - "symfony/process": "~4.0", - "symfony/routing": "~4.0", - "symfony/var-dumper": "~4.0", + "swiftmailer/swiftmailer": "^6.0", + "symfony/console": "^4.1", + "symfony/debug": "^4.1", + "symfony/finder": "^4.1", + "symfony/http-foundation": "^4.1", + "symfony/http-kernel": "^4.1", + "symfony/process": "^4.1", + "symfony/routing": "^4.1", + "symfony/var-dumper": "^4.1", "tijsverkoyen/css-to-inline-styles": "^2.2.1", - "vlucas/phpdotenv": "~2.2" + "vlucas/phpdotenv": "^2.2" }, "replace": { "illuminate/auth": "self.version", @@ -73,17 +73,17 @@ "tightenco/collect": "<5.5.33" }, "require-dev": { - "aws/aws-sdk-php": "~3.0", - "doctrine/dbal": "~2.6", + "aws/aws-sdk-php": "^3.0", + "doctrine/dbal": "^2.6", "filp/whoops": "^2.1.4", - "mockery/mockery": "~1.0", + "mockery/mockery": "^1.0", "moontoast/math": "^1.1", "orchestra/testbench-core": "3.7.*", - "pda/pheanstalk": "~3.0", - "phpunit/phpunit": "~7.0", + "pda/pheanstalk": "^3.0", + "phpunit/phpunit": "^7.0", "predis/predis": "^1.1.1", - "symfony/css-selector": "~4.0", - "symfony/dom-crawler": "~4.0" + "symfony/css-selector": "^4.1", + "symfony/dom-crawler": "^4.1" }, "autoload": { "files": [ @@ -123,8 +123,8 @@ "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).", - "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).", - "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).", + "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.1).", + "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.1).", "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)." }, "config": { diff --git a/src/Illuminate/Broadcasting/composer.json b/src/Illuminate/Broadcasting/composer.json index eb9c90b0b455..dbd60b447828 100644 --- a/src/Illuminate/Broadcasting/composer.json +++ b/src/Illuminate/Broadcasting/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": "^7.1.3", - "psr/log": "~1.0", + "psr/log": "^1.0", "illuminate/bus": "5.7.*", "illuminate/contracts": "5.7.*", "illuminate/queue": "5.7.*", diff --git a/src/Illuminate/Console/composer.json b/src/Illuminate/Console/composer.json index eb96fc5ef05a..95547e5ae952 100755 --- a/src/Illuminate/Console/composer.json +++ b/src/Illuminate/Console/composer.json @@ -17,7 +17,7 @@ "php": "^7.1.3", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", - "symfony/console": "~4.0" + "symfony/console": "^4.1" }, "autoload": { "psr-4": { @@ -32,7 +32,7 @@ "suggest": { "dragonmantank/cron-expression": "Required to use scheduling component (~2.0).", "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).", - "symfony/process": "Required to use scheduling component (~4.0)." + "symfony/process": "Required to use scheduling component (^4.1)." }, "config": { "sort-packages": true diff --git a/src/Illuminate/Container/composer.json b/src/Illuminate/Container/composer.json index fc52c13cb810..3dd083c8c696 100755 --- a/src/Illuminate/Container/composer.json +++ b/src/Illuminate/Container/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^7.1.3", "illuminate/contracts": "5.7.*", - "psr/container": "~1.0" + "psr/container": "^1.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Contracts/composer.json b/src/Illuminate/Contracts/composer.json index 7a7dbcf2eaeb..62c351eb518e 100644 --- a/src/Illuminate/Contracts/composer.json +++ b/src/Illuminate/Contracts/composer.json @@ -15,8 +15,8 @@ ], "require": { "php": "^7.1.3", - "psr/container": "~1.0", - "psr/simple-cache": "~1.0" + "psr/container": "^1.0", + "psr/simple-cache": "^1.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Cookie/composer.json b/src/Illuminate/Cookie/composer.json index b9f58b7afd0c..014b7d21daea 100755 --- a/src/Illuminate/Cookie/composer.json +++ b/src/Illuminate/Cookie/composer.json @@ -17,8 +17,8 @@ "php": "^7.1.3", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", - "symfony/http-foundation": "~4.0", - "symfony/http-kernel": "~4.0" + "symfony/http-foundation": "^4.1", + "symfony/http-kernel": "^4.1" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Filesystem/composer.json b/src/Illuminate/Filesystem/composer.json index 5e98a8de610c..066b9a030f5a 100644 --- a/src/Illuminate/Filesystem/composer.json +++ b/src/Illuminate/Filesystem/composer.json @@ -17,7 +17,7 @@ "php": "^7.1.3", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", - "symfony/finder": "~4.0" + "symfony/finder": "^4.1" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Http/composer.json b/src/Illuminate/Http/composer.json index cf67c4f72b4b..69eb15562d04 100755 --- a/src/Illuminate/Http/composer.json +++ b/src/Illuminate/Http/composer.json @@ -17,8 +17,8 @@ "php": "^7.1.3", "illuminate/session": "5.7.*", "illuminate/support": "5.7.*", - "symfony/http-foundation": "~4.0", - "symfony/http-kernel": "~4.0" + "symfony/http-foundation": "^4.1", + "symfony/http-kernel": "^4.1" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Log/composer.json b/src/Illuminate/Log/composer.json index 52da69281966..f0af69bd44de 100755 --- a/src/Illuminate/Log/composer.json +++ b/src/Illuminate/Log/composer.json @@ -17,7 +17,7 @@ "php": "^7.1.3", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", - "monolog/monolog": "~1.11" + "monolog/monolog": "^1.11" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Mail/composer.json b/src/Illuminate/Mail/composer.json index 64aa3e98f46c..334a7d0046b1 100755 --- a/src/Illuminate/Mail/composer.json +++ b/src/Illuminate/Mail/composer.json @@ -15,12 +15,12 @@ ], "require": { "php": "^7.1.3", - "erusev/parsedown": "~1.7", + "erusev/parsedown": "^1.7", "illuminate/container": "5.7.*", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", - "psr/log": "~1.0", - "swiftmailer/swiftmailer": "~6.0", + "psr/log": "^1.0", + "swiftmailer/swiftmailer": "^6.0", "tijsverkoyen/css-to-inline-styles": "^2.2.1" }, "autoload": { diff --git a/src/Illuminate/Notifications/composer.json b/src/Illuminate/Notifications/composer.json index 81ab7af08e93..49faf68b129d 100644 --- a/src/Illuminate/Notifications/composer.json +++ b/src/Illuminate/Notifications/composer.json @@ -23,7 +23,7 @@ "illuminate/mail": "5.7.*", "illuminate/queue": "5.7.*", "illuminate/support": "5.7.*", - "ramsey/uuid": "~3.0" + "ramsey/uuid": "^3.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Queue/composer.json b/src/Illuminate/Queue/composer.json index 0e596cf52c77..83a64785590f 100644 --- a/src/Illuminate/Queue/composer.json +++ b/src/Illuminate/Queue/composer.json @@ -21,8 +21,8 @@ "illuminate/database": "5.7.*", "illuminate/filesystem": "5.7.*", "illuminate/support": "5.7.*", - "symfony/debug": "~4.0", - "symfony/process": "~4.0" + "symfony/debug": "^4.1", + "symfony/process": "^4.1" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Redis/composer.json b/src/Illuminate/Redis/composer.json index 0557d58b4cc3..72f8b3b717ab 100755 --- a/src/Illuminate/Redis/composer.json +++ b/src/Illuminate/Redis/composer.json @@ -17,7 +17,7 @@ "php": "^7.1.3", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", - "predis/predis": "~1.0" + "predis/predis": "^1.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Routing/composer.json b/src/Illuminate/Routing/composer.json index 1e6a554d67db..17179f7a8a6a 100644 --- a/src/Illuminate/Routing/composer.json +++ b/src/Illuminate/Routing/composer.json @@ -21,10 +21,10 @@ "illuminate/pipeline": "5.7.*", "illuminate/session": "5.7.*", "illuminate/support": "5.7.*", - "symfony/debug": "~4.0", - "symfony/http-foundation": "~4.0", - "symfony/http-kernel": "~4.0", - "symfony/routing": "~4.0" + "symfony/debug": "^4.1", + "symfony/http-foundation": "^4.1", + "symfony/http-kernel": "^4.1", + "symfony/routing": "^4.1" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Session/composer.json b/src/Illuminate/Session/composer.json index 559125796d0e..7e912c120d9e 100755 --- a/src/Illuminate/Session/composer.json +++ b/src/Illuminate/Session/composer.json @@ -18,8 +18,8 @@ "illuminate/contracts": "5.7.*", "illuminate/filesystem": "5.7.*", "illuminate/support": "5.7.*", - "symfony/finder": "~4.0", - "symfony/http-foundation": "~4.0" + "symfony/finder": "^4.1", + "symfony/http-foundation": "^4.1" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index 74010bab57df..08b2a85bc14b 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^7.1.3", "ext-mbstring": "*", - "doctrine/inflector": "~1.1", + "doctrine/inflector": "^1.1", "illuminate/contracts": "5.7.*", "nesbot/carbon": "^1.24.1" }, @@ -38,8 +38,8 @@ }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.7.*).", - "symfony/process": "Required to use the composer class (~4.0).", - "symfony/var-dumper": "Required to use the dd function (~4.0)." + "symfony/process": "Required to use the composer class (^4.1).", + "symfony/var-dumper": "Required to use the dd function (^4.1)." }, "config": { "sort-packages": true diff --git a/src/Illuminate/Validation/composer.json b/src/Illuminate/Validation/composer.json index 8c36b8ac224b..4a9da5f2541c 100755 --- a/src/Illuminate/Validation/composer.json +++ b/src/Illuminate/Validation/composer.json @@ -19,7 +19,7 @@ "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", "illuminate/translation": "5.7.*", - "symfony/http-foundation": "~4.0" + "symfony/http-foundation": "^4.1" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/View/composer.json b/src/Illuminate/View/composer.json index 40585a4a002c..44ecebcca307 100644 --- a/src/Illuminate/View/composer.json +++ b/src/Illuminate/View/composer.json @@ -20,7 +20,7 @@ "illuminate/events": "5.7.*", "illuminate/filesystem": "5.7.*", "illuminate/support": "5.7.*", - "symfony/debug": "~4.0" + "symfony/debug": "^4.1" }, "autoload": { "psr-4": {