summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..c86117f
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,22 @@
+{
+ "name": "gemeinwohl-development/cooperative-common-good-game",
+ "authors": [
+ {
+ "name": "Daniel Weipert",
+ "email": "code@drogueronin.de"
+ }
+ ],
+ "require": {
+ "php": "^8.0",
+ "symfony/config": "^6.3",
+ "symfony/dotenv": "^6.3",
+ "symfony/http-foundation": "^6.3",
+ "symfony/routing": "^6.3",
+ "twig/twig": "^3.7"
+ },
+ "autoload": {
+ "psr-4": {
+ "App\\": "src/"
+ }
+ }
+}