diff --git a/composer.json b/composer.json index ee7a971..bf6d618 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,9 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11" + "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11 || ^12" + }, + "scripts": { + "test": "phpunit" } } diff --git a/phpunit.xml b/phpunit.xml index 43738b6..ff205dd 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,13 +1,14 @@