summaryrefslogtreecommitdiff
path: root/composer.json
blob: dcdb8642644afc10494ec5c9fcb4bc59084df276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "gemeinwohl-development/cooperative-common-good-game",
  "authors": [
    {
      "name": "Daniel Weipert",
      "email": "code@drogueronin.de"
    }
  ],
  "require": {
    "php": "^8.0",
    "dweipert/gemini-foundation": "dev-main",
    "symfony/config": "^6.3",
    "symfony/dotenv": "^6.3",
    "symfony/http-foundation": "^6.3",
    "symfony/routing": "^6.3",
    "twig/twig": "^3.7"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://git.dweipert.de/gemini-foundation"
    }
  ],
  "minimum-stability": "dev",
  "autoload": {
    "psr-4": {
      "App\\": "src/"
    }
  }
}