From fb9d556547441ee6b4ad426578cf78d3155a0120 Mon Sep 17 00:00:00 2001 From: Cerys Date: Fri, 7 Jun 2024 16:04:21 +0100 Subject: [PATCH] the reflection stuff requires `phpunit/phpunit` --- composer.json | 4 ++-- composer.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a6908ee..783481f 100755 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ }, "require": { "php": ">=8.1", - "ext-curl": "*" + "ext-curl": "*", + "phpunit/phpunit": "^9.5" }, "require-dev": { - "phpunit/phpunit": "^9.5" }, "scripts": { "test": "phpunit" diff --git a/composer.lock b/composer.lock index a3fddfa..63efa75 100755 --- a/composer.lock +++ b/composer.lock @@ -4,9 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "41893d70ec149c7be1cf37242a2b8336", - "packages": [], - "packages-dev": [ + "content-hash": "50a1b1c6fce1e9a0010b700a3f1f5662", + "packages": [ { "name": "doctrine/instantiator", "version": "2.0.x-dev", @@ -1754,6 +1753,7 @@ "time": "2024-03-03T12:36:25+00:00" } ], + "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [],