mirror of
https://github.com/marcostoll/FF.git
synced 2025-01-17 06:38:17 +01:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"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": "~5.2",
|
|
"symfony/http-foundation": "~5.2",
|
|
"symfony/routing": "~5.2",
|
|
"symfony/yaml": "~5.2",
|
|
"twig/twig": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd" : "@stable",
|
|
"phpunit/phpunit": "^8",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"theseer/phpdox": "*"
|
|
},
|
|
"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/"
|
|
]
|
|
}
|
|
} |