From 6ba12ddb867b0e2056d709aba5e8de37faa1fcdc Mon Sep 17 00:00:00 2001 From: Marick van Tuil Date: Sun, 23 Feb 2025 16:05:35 +0100 Subject: [PATCH] Allow thecodingmachine/safe 3.x --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index b94d04a..f037d60 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "ext-json": "*", "phpseclib/phpseclib": "^3.0", "google/cloud-tasks": "^1.15|^2.0", - "thecodingmachine/safe": "^1.0|^2.0" + "thecodingmachine/safe": "^1.0|^2.0|^3.0" }, "require-dev": { "orchestra/testbench": "^8.0", diff --git a/composer.lock b/composer.lock index c215d0b..cec3799 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": "805862259f0a46a820890105dd53774d", + "content-hash": "bcd6f9834b17839104825f5b4e40bc79", "packages": [ { "name": "brick/math", @@ -2709,16 +2709,16 @@ }, { "name": "larastan/larastan", - "version": "v2.9.12", + "version": "v2.9.13", "source": { "type": "git", "url": "https://github.com/larastan/larastan.git", - "reference": "19012b39fbe4dede43dbe0c126d9681827a5e908" + "reference": "b43bb4b446c65e0bf30d3887f49a1bc8047edc45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/larastan/larastan/zipball/19012b39fbe4dede43dbe0c126d9681827a5e908", - "reference": "19012b39fbe4dede43dbe0c126d9681827a5e908", + "url": "https://api.github.com/repos/larastan/larastan/zipball/b43bb4b446c65e0bf30d3887f49a1bc8047edc45", + "reference": "b43bb4b446c65e0bf30d3887f49a1bc8047edc45", "shasum": "" }, "require": { @@ -2790,7 +2790,7 @@ ], "support": { "issues": "https://github.com/larastan/larastan/issues", - "source": "https://github.com/larastan/larastan/tree/v2.9.12" + "source": "https://github.com/larastan/larastan/tree/v2.9.13" }, "funding": [ { @@ -2798,7 +2798,7 @@ "type": "github" } ], - "time": "2024-11-26T23:09:02+00:00" + "time": "2025-02-04T16:25:56+00:00" }, { "name": "laravel/framework", @@ -5073,16 +5073,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.12", + "version": "1.12.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0" + "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c42ba9bab7a940ed00092ecb1c77bad98896d789", + "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789", "shasum": "" }, "require": { @@ -5127,7 +5127,7 @@ "type": "github" } ], - "time": "2024-11-28T22:13:23+00:00" + "time": "2025-02-19T15:42:21+00:00" }, { "name": "phpunit/php-code-coverage",