diff --git a/bin/test b/bin/test index c07cad3..9ff9c5e 100755 --- a/bin/test +++ b/bin/test @@ -4,4 +4,4 @@ source bin/helpers/_utils.sh set_source_and_root_dir -./vendor/bin/phpunit --verbose test \ No newline at end of file +./vendor/bin/phpunit test diff --git a/composer.json b/composer.json index ea5b935..9e1bb98 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "ext-json": "*", "php": ">=8.2", - "symfony/clock": "^6.2|^7.0" + "symfony/clock": "^6.2|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^11.0", @@ -36,4 +36,4 @@ "bin": [ "bin/posthog" ] -} \ No newline at end of file +}