From dd187c206d0bcd03b67932d9102ebae6411bc584 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 13 Aug 2024 20:17:37 -0700 Subject: [PATCH] composer.json - Require laravel/serializable-closure --- composer.json | 1 + composer.lock | 65 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 62b2a8df879f..a0842b3b3a52 100644 --- a/composer.json +++ b/composer.json @@ -85,6 +85,7 @@ "pear/log": "1.14.4", "adrienrn/php-mimetyper": "0.2.2", "civicrm/composer-downloads-plugin": "^3.0 || ^4.0", + "laravel/serializable-closure": "^1.3", "league/csv": "~9.7.4", "league/oauth2-client": "^2.4", "league/oauth2-google": "^3.0 || ^4.0", diff --git a/composer.lock b/composer.lock index 21dd488e4679..49541eb96b9e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "477e7288010997d1ceabc82ac51c4822", + "content-hash": "edea3fbf83b55cdd4926762fd6a2cfa7", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -1218,6 +1218,67 @@ }, "time": "2023-09-13T12:18:19+00:00" }, + { + "name": "laravel/serializable-closure", + "version": "v1.3.4", + "source": { + "type": "git", + "url": "https://github.com/laravel/serializable-closure.git", + "reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/61b87392d986dc49ad5ef64e75b1ff5fee24ef81", + "reference": "61b87392d986dc49ad5ef64e75b1ff5fee24ef81", + "shasum": "" + }, + "require": { + "php": "^7.3|^8.0" + }, + "require-dev": { + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "nesbot/carbon": "^2.61|^3.0", + "pestphp/pest": "^1.21.3", + "phpstan/phpstan": "^1.8.2", + "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laravel\\SerializableClosure\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + }, + { + "name": "Nuno Maduro", + "email": "nuno@laravel.com" + } + ], + "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", + "keywords": [ + "closure", + "laravel", + "serializable" + ], + "support": { + "issues": "https://github.com/laravel/serializable-closure/issues", + "source": "https://github.com/laravel/serializable-closure" + }, + "time": "2024-08-02T07:48:17+00:00" + }, { "name": "league/csv", "version": "9.7.4", @@ -5776,5 +5837,5 @@ "platform-overrides": { "php": "7.4.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }