diff --git a/src/Illuminate/Foundation/Application.php b/src/Illuminate/Foundation/Application.php index ded34a078d06..7633b00d5b12 100755 --- a/src/Illuminate/Foundation/Application.php +++ b/src/Illuminate/Foundation/Application.php @@ -33,7 +33,7 @@ class Application extends Container implements ApplicationContract, CachesConfig * * @var string */ - const VERSION = '7.29.2'; + const VERSION = '7.29.3'; /** * The base path for the Laravel installation. diff --git a/src/Illuminate/Http/Client/PendingRequest.php b/src/Illuminate/Http/Client/PendingRequest.php index 08587e1e1fd9..304151cacae0 100644 --- a/src/Illuminate/Http/Client/PendingRequest.php +++ b/src/Illuminate/Http/Client/PendingRequest.php @@ -87,7 +87,7 @@ class PendingRequest /** * The callbacks that should execute before the request is sent. * - * @var array + * @var \Illuminate\Support\Collection */ protected $beforeSendingCallbacks; diff --git a/src/Illuminate/Testing/composer.json b/src/Illuminate/Testing/composer.json index 0a659bad9a57..1c18d912e4d2 100644 --- a/src/Illuminate/Testing/composer.json +++ b/src/Illuminate/Testing/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "illuminate/contracts": "^7.0", "illuminate/support": "^7.0", "symfony/polyfill-php73": "^1.17"