From 495a93919c5ee74101cbd861aff07eca6db36eb2 Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Wed, 25 Sep 2024 10:18:07 +0200 Subject: [PATCH 1/3] Replace repo --- composer.json | 8 +++++++- src/Illuminate/Concurrency/composer.json | 2 +- src/Illuminate/Foundation/Application.php | 6 +++--- src/Illuminate/Queue/composer.json | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 04a30f6266ac..937c678b31df 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,12 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, + "repositories": { + "laravel/serializable-closure": { + "type": "vcs", + "url": "https://github.com/Jubeki/serializable-closure" + } + }, "authors": [ { "name": "Taylor Otwell", @@ -32,7 +38,7 @@ "guzzlehttp/guzzle": "^7.8.2", "guzzlehttp/uri-template": "^1.0", "laravel/prompts": "^0.1.18|^0.2.0", - "laravel/serializable-closure": "^1.3", + "laravel/serializable-closure": "dev-php84 as 1.999", "league/commonmark": "^2.2.1", "league/flysystem": "^3.25.1", "monolog/monolog": "^3.0", diff --git a/src/Illuminate/Concurrency/composer.json b/src/Illuminate/Concurrency/composer.json index cd53b14077a2..a38ce6529b24 100644 --- a/src/Illuminate/Concurrency/composer.json +++ b/src/Illuminate/Concurrency/composer.json @@ -19,7 +19,7 @@ "illuminate/contracts": "^11.0", "illuminate/process": "^11.0", "illuminate/support": "^11.0", - "laravel/serializable-closure": "^1.2.2" + "laravel/serializable-closure": "dev-php84 as 1.999", }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Foundation/Application.php b/src/Illuminate/Foundation/Application.php index 904cd7f458d8..cb2e9983e369 100755 --- a/src/Illuminate/Foundation/Application.php +++ b/src/Illuminate/Foundation/Application.php @@ -887,7 +887,7 @@ public function register($provider, $force = false) $this->markAsRegistered($provider); // If the application has already booted, we will call this boot method on - // the provider class so it has an opportunity to do its boot logic and + // the provider class Application it has an opportunity to do its boot logic and // will be ready for any usage by this developer's application logic. if ($this->isBooted()) { $this->bootProvider($provider); @@ -923,7 +923,7 @@ public function getProviders($provider) } /** - * Resolve a service provider instance from the class name. + * Resolve a service provider instance from the class Application. * * @param string $provider * @return \Illuminate\Support\ServiceProvider @@ -1568,7 +1568,7 @@ public function isLocale($locale) } /** - * Register the core class aliases in the container. + * Register the core class Application in the container. * * @return void */ diff --git a/src/Illuminate/Queue/composer.json b/src/Illuminate/Queue/composer.json index 60a71244f1de..44e3f6ea9df2 100644 --- a/src/Illuminate/Queue/composer.json +++ b/src/Illuminate/Queue/composer.json @@ -23,7 +23,7 @@ "illuminate/filesystem": "^11.0", "illuminate/pipeline": "^11.0", "illuminate/support": "^11.0", - "laravel/serializable-closure": "^1.2.2", + "laravel/serializable-closure": "dev-php84 as 1.999", "ramsey/uuid": "^4.7", "symfony/process": "^7.1.3" }, From 7b0b4c2062856c62531cb36e76400c6df2ea4a31 Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Wed, 25 Sep 2024 10:20:07 +0200 Subject: [PATCH 2/3] wip --- src/Illuminate/Concurrency/composer.json | 8 +++++++- src/Illuminate/Queue/composer.json | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/Illuminate/Concurrency/composer.json b/src/Illuminate/Concurrency/composer.json index a38ce6529b24..2eca07af2d08 100644 --- a/src/Illuminate/Concurrency/composer.json +++ b/src/Illuminate/Concurrency/composer.json @@ -13,13 +13,19 @@ "email": "taylor@laravel.com" } ], + "repositories": { + "laravel/serializable-closure": { + "type": "vcs", + "url": "https://github.com/Jubeki/serializable-closure" + } + }, "require": { "php": "^8.2", "illuminate/console": "^11.0", "illuminate/contracts": "^11.0", "illuminate/process": "^11.0", "illuminate/support": "^11.0", - "laravel/serializable-closure": "dev-php84 as 1.999", + "laravel/serializable-closure": "dev-php84 as 1.999" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Queue/composer.json b/src/Illuminate/Queue/composer.json index 44e3f6ea9df2..d1dd81a185a9 100644 --- a/src/Illuminate/Queue/composer.json +++ b/src/Illuminate/Queue/composer.json @@ -13,6 +13,12 @@ "email": "taylor@laravel.com" } ], + "repositories": { + "laravel/serializable-closure": { + "type": "vcs", + "url": "https://github.com/Jubeki/serializable-closure" + } + }, "require": { "php": "^8.2", "illuminate/collections": "^11.0", From 8cabb29460fbfd7e8bfab725b5221c03ade98da6 Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Wed, 25 Sep 2024 10:21:05 +0200 Subject: [PATCH 3/3] wip --- composer.json | 2 +- src/Illuminate/Concurrency/composer.json | 2 +- src/Illuminate/Queue/composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 937c678b31df..070c6bb26167 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "guzzlehttp/guzzle": "^7.8.2", "guzzlehttp/uri-template": "^1.0", "laravel/prompts": "^0.1.18|^0.2.0", - "laravel/serializable-closure": "dev-php84 as 1.999", + "laravel/serializable-closure": "dev-php84.x as 1.999", "league/commonmark": "^2.2.1", "league/flysystem": "^3.25.1", "monolog/monolog": "^3.0", diff --git a/src/Illuminate/Concurrency/composer.json b/src/Illuminate/Concurrency/composer.json index 2eca07af2d08..8455042d959e 100644 --- a/src/Illuminate/Concurrency/composer.json +++ b/src/Illuminate/Concurrency/composer.json @@ -25,7 +25,7 @@ "illuminate/contracts": "^11.0", "illuminate/process": "^11.0", "illuminate/support": "^11.0", - "laravel/serializable-closure": "dev-php84 as 1.999" + "laravel/serializable-closure": "dev-php84.x as 1.999" }, "autoload": { "psr-4": { diff --git a/src/Illuminate/Queue/composer.json b/src/Illuminate/Queue/composer.json index d1dd81a185a9..824096feb71f 100644 --- a/src/Illuminate/Queue/composer.json +++ b/src/Illuminate/Queue/composer.json @@ -29,7 +29,7 @@ "illuminate/filesystem": "^11.0", "illuminate/pipeline": "^11.0", "illuminate/support": "^11.0", - "laravel/serializable-closure": "dev-php84 as 1.999", + "laravel/serializable-closure": "dev-php84.x as 1.999", "ramsey/uuid": "^4.7", "symfony/process": "^7.1.3" },