summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2026-02-19 14:52:15 +0100
committerDaniel Weipert <git@mail.dweipert.de>2026-02-19 14:52:15 +0100
commitaa908ab7bd03818a2cb1f9b4686034f08736d1cb (patch)
treed677fece0783b9ffe629ef881d1913df23b11f8b /composer.json
initial commitHEADmain
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..80fa26a
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,25 @@
+{
+ "name": "erphp/erphp",
+ "type": "project",
+ "license": "GPL-3.0-or-later",
+ "authors": [
+ {
+ "name": "Daniel Weipert",
+ "email": "git@mail.dweipert.de"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "ERPHP\\": "src/"
+ }
+ },
+ "require": {
+ "symfony/dependency-injection": "^8.0",
+ "symfony/http-foundation": "^8.0",
+ "symfony/filesystem": "^8.0",
+ "symfony/routing": "^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^13.0"
+ }
+}