mirror of
https://github.com/marcostoll/FF-Utils.git
synced 2025-01-16 15:10:42 +01:00
32 lines
696 B
JSON
32 lines
696 B
JSON
{
|
|
"name": "fastforward/utils",
|
|
"description": "A component providing supporting used by other FF components - 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"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd" : "@stable",
|
|
"phpunit/phpunit": "^8",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"theseer/phpdox": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FF\\Utils\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
}
|
|
} |