2019-06-20 09:29:40 +02:00
|
|
|
{
|
2019-06-20 12:13:45 +02:00
|
|
|
"name": "fastforward/fastforward",
|
2019-06-20 09:29:40 +02:00
|
|
|
"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",
|
2019-06-21 10:22:37 +02:00
|
|
|
"fastforward/data-structures": "^1.0.0",
|
2019-06-24 09:44:09 +02:00
|
|
|
"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"
|
2019-06-20 09:29:40 +02:00
|
|
|
},
|
|
|
|
"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/"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|