diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json index c530140..2343a3a 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,11 @@ "kch42\\ste\\": "src/ste" } }, + "autoload-dev": { + "psr-4": { + "tests\\": "tests" + } + }, "license": "MIT", "authors": [ { @@ -22,6 +27,7 @@ "keywords": ["templating"], "homepage": "http://github.com/silvasur/ste", "require-dev": { - "phpdocumentor/phpdocumentor": "^2.9" + "phpdocumentor/phpdocumentor": "^2.9", + "phpunit/phpunit": "^9" } } |