{
  "name": "fastforward/fastforward",
  "description": "A template for building web applications - part of the Fast Forward Family",
  "type": "library",
  "license": "MIT",
  "minimum-stability": "stable",
  "authors": [
    {
      "name": "Marco Stoll",
      "email": "marco@fast-forward-encoding.de",
      "homepage": "http://marcostoll.de",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=7.2",
    "fastforward/data-structures": "^1.0.0",
    "fastforward/factories": "^1.2.0",
    "symfony/config": "~4.3",
    "symfony/http-foundation": "~4.3",
    "symfony/routing": "~4.3",
    "symfony/yaml": "~4.3",
    "twig/twig": "^2.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^8"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/marcostoll/FF-DataStructures"
    },
    {
      "type": "vcs",
      "url": "https://github.com/marcostoll/FF-Factories"
    },
    {
      "type": "vcs",
      "url": "https://github.com/marcostoll/FF-Utils"
    }
  ],
  "autoload": {
    "psr-4": {
      "FF\\": "src/"
    },
    "classmap": [
      "src/"
    ]
  }
}