mirror of
https://github.com/marcostoll/FF.git
synced 2025-03-21 15:40:00 +01:00
45 lines
963 B
JSON
45 lines
963 B
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"
|
|
},
|
|
"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/"
|
|
]
|
|
}
|
|
} |