FF-Utils/composer.json
2019-06-27 09:15:49 +02:00

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/"
]
}
}