From aa908ab7bd03818a2cb1f9b4686034f08736d1cb Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 19 Feb 2026 14:52:15 +0100 Subject: initial commit --- composer.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 composer.json (limited to 'composer.json') 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" + } +} -- cgit v1.2.3