diff --git a/composer.json b/composer.json index 85f604fff096..6032d975078a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.0.2", "ext-mbstring": "*", "ext-openssl": "*", "doctrine/inflector": "^2.0", diff --git a/src/Illuminate/Auth/composer.json b/src/Illuminate/Auth/composer.json index 4c25696b8495..ae928a33bb36 100644 --- a/src/Illuminate/Auth/composer.json +++ b/src/Illuminate/Auth/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/http": "^9.0", diff --git a/src/Illuminate/Broadcasting/composer.json b/src/Illuminate/Broadcasting/composer.json index ac9ee3f55aa6..90a2bc5363df 100644 --- a/src/Illuminate/Broadcasting/composer.json +++ b/src/Illuminate/Broadcasting/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "psr/log": "^1.0", "illuminate/bus": "^9.0", diff --git a/src/Illuminate/Bus/composer.json b/src/Illuminate/Bus/composer.json index 612a66bad68f..44e795a4d6b2 100644 --- a/src/Illuminate/Bus/composer.json +++ b/src/Illuminate/Bus/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/pipeline": "^9.0", diff --git a/src/Illuminate/Cache/composer.json b/src/Illuminate/Cache/composer.json index a41a791f5039..0f12a7404a96 100755 --- a/src/Illuminate/Cache/composer.json +++ b/src/Illuminate/Cache/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0", @@ -35,7 +35,7 @@ "illuminate/database": "Required to use the database cache driver (^9.0).", "illuminate/filesystem": "Required to use the file cache driver (^9.0).", "illuminate/redis": "Required to use the redis cache driver (^9.0).", - "symfony/cache": "Required to PSR-6 cache bridge (^5.3)." + "symfony/cache": "Required to PSR-6 cache bridge (^6.0)." }, "config": { "sort-packages": true diff --git a/src/Illuminate/Collections/composer.json b/src/Illuminate/Collections/composer.json index fa91e013a674..cc9aad3429bc 100644 --- a/src/Illuminate/Collections/composer.json +++ b/src/Illuminate/Collections/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/conditionable": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0" @@ -33,7 +33,7 @@ } }, "suggest": { - "symfony/var-dumper": "Required to use the dump method (^5.3)." + "symfony/var-dumper": "Required to use the dump method (^6.0)." }, "config": { "sort-packages": true diff --git a/src/Illuminate/Conditionable/composer.json b/src/Illuminate/Conditionable/composer.json index a623d8a9efc4..a423aad17b6b 100644 --- a/src/Illuminate/Conditionable/composer.json +++ b/src/Illuminate/Conditionable/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0" + "php": "^8.0.2" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Config/composer.json b/src/Illuminate/Config/composer.json index 112bed557786..bc2e8e5c9643 100755 --- a/src/Illuminate/Config/composer.json +++ b/src/Illuminate/Config/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0" }, diff --git a/src/Illuminate/Console/composer.json b/src/Illuminate/Console/composer.json index 5115717e15c6..5a768863bc01 100755 --- a/src/Illuminate/Console/composer.json +++ b/src/Illuminate/Console/composer.json @@ -14,13 +14,13 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0", "illuminate/support": "^9.0", - "symfony/console": "^5.3", - "symfony/process": "^5.3" + "symfony/console": "^6.0", + "symfony/process": "^6.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Container/composer.json b/src/Illuminate/Container/composer.json index 48b14c5136ad..023c891c10cd 100755 --- a/src/Illuminate/Container/composer.json +++ b/src/Illuminate/Container/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/contracts": "^9.0", "psr/container": "^1.0" }, diff --git a/src/Illuminate/Contracts/composer.json b/src/Illuminate/Contracts/composer.json index efd4563da3a1..a39250afd2fe 100644 --- a/src/Illuminate/Contracts/composer.json +++ b/src/Illuminate/Contracts/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "psr/container": "^1.0", "psr/simple-cache": "^1.0" }, diff --git a/src/Illuminate/Cookie/composer.json b/src/Illuminate/Cookie/composer.json index 0a0519c1fcef..a7a444cc333a 100755 --- a/src/Illuminate/Cookie/composer.json +++ b/src/Illuminate/Cookie/composer.json @@ -14,13 +14,13 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0", "illuminate/support": "^9.0", - "symfony/http-foundation": "^5.3", - "symfony/http-kernel": "^5.3" + "symfony/http-foundation": "^6.0", + "symfony/http-kernel": "^6.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Database/composer.json b/src/Illuminate/Database/composer.json index 1baa558ba277..c38b17f299d1 100644 --- a/src/Illuminate/Database/composer.json +++ b/src/Illuminate/Database/composer.json @@ -15,14 +15,14 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/container": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0", "illuminate/support": "^9.0", - "symfony/console": "^5.3" + "symfony/console": "^6.0" }, "autoload": { "psr-4": { @@ -41,7 +41,7 @@ "illuminate/events": "Required to use the observers with Eloquent (^9.0).", "illuminate/filesystem": "Required to use the migrations (^9.0).", "illuminate/pagination": "Required to paginate the result set (^9.0).", - "symfony/finder": "Required to use Eloquent model factories (^5.3)." + "symfony/finder": "Required to use Eloquent model factories (^6.0)." }, "config": { "sort-packages": true diff --git a/src/Illuminate/Encryption/composer.json b/src/Illuminate/Encryption/composer.json index c279db0aa233..333e57dfdfd0 100644 --- a/src/Illuminate/Encryption/composer.json +++ b/src/Illuminate/Encryption/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", diff --git a/src/Illuminate/Events/composer.json b/src/Illuminate/Events/composer.json index ddff05d3039b..d07421220ca5 100755 --- a/src/Illuminate/Events/composer.json +++ b/src/Illuminate/Events/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/bus": "^9.0", "illuminate/collections": "^9.0", "illuminate/container": "^9.0", diff --git a/src/Illuminate/Filesystem/composer.json b/src/Illuminate/Filesystem/composer.json index b0113cb9d294..cd6edfaf2b17 100644 --- a/src/Illuminate/Filesystem/composer.json +++ b/src/Illuminate/Filesystem/composer.json @@ -14,12 +14,12 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0", "illuminate/support": "^9.0", - "symfony/finder": "^5.3" + "symfony/finder": "^6.0" }, "autoload": { "psr-4": { @@ -39,8 +39,8 @@ "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^2.0).", "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^2.0).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", - "symfony/filesystem": "Required to enable support for relative symbolic links (^5.3).", - "symfony/mime": "Required to enable support for guessing extensions (^5.3)." + "symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).", + "symfony/mime": "Required to enable support for guessing extensions (^6.0)." }, "config": { "sort-packages": true diff --git a/src/Illuminate/Hashing/composer.json b/src/Illuminate/Hashing/composer.json index f3fcc65e1a3c..77f9280b8ea2 100755 --- a/src/Illuminate/Hashing/composer.json +++ b/src/Illuminate/Hashing/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/contracts": "^9.0", "illuminate/support": "^9.0" }, diff --git a/src/Illuminate/Http/composer.json b/src/Illuminate/Http/composer.json index eb5ee847e2c0..6d0f3d634cf5 100755 --- a/src/Illuminate/Http/composer.json +++ b/src/Illuminate/Http/composer.json @@ -14,15 +14,15 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/macroable": "^9.0", "illuminate/session": "^9.0", "illuminate/support": "^9.0", - "symfony/http-foundation": "^5.3", - "symfony/http-kernel": "^5.3", - "symfony/mime": "^5.3" + "symfony/http-foundation": "^6.0", + "symfony/http-kernel": "^6.0", + "symfony/mime": "^6.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Log/composer.json b/src/Illuminate/Log/composer.json index 8374723510f2..f6bfd0e9dc5a 100755 --- a/src/Illuminate/Log/composer.json +++ b/src/Illuminate/Log/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/contracts": "^9.0", "illuminate/support": "^9.0", "monolog/monolog": "^2.0" diff --git a/src/Illuminate/Macroable/composer.json b/src/Illuminate/Macroable/composer.json index 43f1528be714..0417dbe40dd4 100644 --- a/src/Illuminate/Macroable/composer.json +++ b/src/Illuminate/Macroable/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0" + "php": "^8.0.2" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Mail/composer.json b/src/Illuminate/Mail/composer.json index 66a6361f4232..53e88e315bd3 100755 --- a/src/Illuminate/Mail/composer.json +++ b/src/Illuminate/Mail/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/container": "^9.0", diff --git a/src/Illuminate/Notifications/composer.json b/src/Illuminate/Notifications/composer.json index 40af814f99e7..1fd402ef9764 100644 --- a/src/Illuminate/Notifications/composer.json +++ b/src/Illuminate/Notifications/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/broadcasting": "^9.0", "illuminate/bus": "^9.0", "illuminate/collections": "^9.0", diff --git a/src/Illuminate/Pagination/composer.json b/src/Illuminate/Pagination/composer.json index d1f78330da93..3edd0d73ff0e 100755 --- a/src/Illuminate/Pagination/composer.json +++ b/src/Illuminate/Pagination/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", diff --git a/src/Illuminate/Pipeline/composer.json b/src/Illuminate/Pipeline/composer.json index 38edca3ab3a9..7e640af36408 100644 --- a/src/Illuminate/Pipeline/composer.json +++ b/src/Illuminate/Pipeline/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/contracts": "^9.0", "illuminate/support": "^9.0" }, diff --git a/src/Illuminate/Queue/composer.json b/src/Illuminate/Queue/composer.json index fef945d6c8f5..ee04af39a7e2 100644 --- a/src/Illuminate/Queue/composer.json +++ b/src/Illuminate/Queue/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/console": "^9.0", @@ -26,7 +26,7 @@ "illuminate/support": "^9.0", "opis/closure": "^3.6", "ramsey/uuid": "^4.0", - "symfony/process": "^5.3" + "symfony/process": "^6.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Redis/composer.json b/src/Illuminate/Redis/composer.json index d542af696cb1..20c3f65b2f8e 100755 --- a/src/Illuminate/Redis/composer.json +++ b/src/Illuminate/Redis/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0", diff --git a/src/Illuminate/Routing/composer.json b/src/Illuminate/Routing/composer.json index 3eb2a654bf9d..2b3aa1a7a443 100644 --- a/src/Illuminate/Routing/composer.json +++ b/src/Illuminate/Routing/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/container": "^9.0", @@ -24,9 +24,9 @@ "illuminate/pipeline": "^9.0", "illuminate/session": "^9.0", "illuminate/support": "^9.0", - "symfony/http-foundation": "^5.3", - "symfony/http-kernel": "^5.3", - "symfony/routing": "^5.3" + "symfony/http-foundation": "^6.0", + "symfony/http-kernel": "^6.0", + "symfony/routing": "^6.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Session/composer.json b/src/Illuminate/Session/composer.json index 13c56ea87fd4..f29d59d4d0f1 100755 --- a/src/Illuminate/Session/composer.json +++ b/src/Illuminate/Session/composer.json @@ -14,14 +14,14 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/filesystem": "^9.0", "illuminate/support": "^9.0", - "symfony/finder": "^5.3", - "symfony/http-foundation": "^5.3" + "symfony/finder": "^6.0", + "symfony/http-foundation": "^6.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index 951fbd15bfa6..ccf59778fb9c 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "ext-mbstring": "*", "doctrine/inflector": "^2.0", @@ -45,8 +45,8 @@ "illuminate/filesystem": "Required to use the composer class (^9.0).", "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0).", "ramsey/uuid": "Required to use Str::uuid() (^4.0).", - "symfony/process": "Required to use the composer class (^5.3).", - "symfony/var-dumper": "Required to use the dd function (^5.3).", + "symfony/process": "Required to use the composer class (^6.0).", + "symfony/var-dumper": "Required to use the dd function (^6.0).", "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.3)." }, "config": { diff --git a/src/Illuminate/Testing/composer.json b/src/Illuminate/Testing/composer.json index c0e7102af2e7..5345344b65f2 100644 --- a/src/Illuminate/Testing/composer.json +++ b/src/Illuminate/Testing/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0", diff --git a/src/Illuminate/Translation/composer.json b/src/Illuminate/Translation/composer.json index 0a58f23c47f3..fc6bd262d3d2 100755 --- a/src/Illuminate/Translation/composer.json +++ b/src/Illuminate/Translation/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", diff --git a/src/Illuminate/Validation/composer.json b/src/Illuminate/Validation/composer.json index 47257824d4be..9547f0f7bbd5 100755 --- a/src/Illuminate/Validation/composer.json +++ b/src/Illuminate/Validation/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "egulias/email-validator": "^3.1", "illuminate/collections": "^9.0", @@ -23,8 +23,8 @@ "illuminate/macroable": "^9.0", "illuminate/support": "^9.0", "illuminate/translation": "^9.0", - "symfony/http-foundation": "^5.3", - "symfony/mime": "^5.3" + "symfony/http-foundation": "^6.0", + "symfony/mime": "^6.0" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/View/composer.json b/src/Illuminate/View/composer.json index 9c4c1c1acfda..7487d55d7bf5 100644 --- a/src/Illuminate/View/composer.json +++ b/src/Illuminate/View/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "ext-json": "*", "illuminate/collections": "^9.0", "illuminate/container": "^9.0",