summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b8bf4cc..2f4c889 100644
--- a/composer.json
+++ b/composer.json
@@ -12,10 +12,16 @@
"twig/twig": "^3.3",
"yosymfony/toml": "^1.0"
},
+ "require-dev": {
+ "phpunit/phpunit": "^9.5",
+ "guzzlehttp/guzzle": "^7.4"
+ },
"autoload": {
"psr-4": {
"FlatFileForms\\": "src/"
}
+ },
+ "scripts": {
+ "test": "phpunit tests"
}
}
-