aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..41e1fb9
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "volse.net/webtrap",
+ "description": "A simple web honeypot",
+ "type": "project",
+ "require-dev": {
+ "phpunit/phpunit": "^11.2",
+ "squizlabs/php_codesniffer": "^3.10"
+ },
+ "license": "AGPL-3.0-or-later",
+ "autoload": {
+ "psr-4": {
+ "VolseNet\\Webtrap\\": "src/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Harald Eilertsen",
+ "email": "haraldei@anduin.net"
+ }
+ ]
+}