mirror of
https://github.com/marcostoll/FF-Factories.git
synced 2025-01-16 22:28:16 +01:00
39 lines
845 B
JSON
39 lines
845 B
JSON
{
|
|
"name": "fastforward/factories",
|
|
"description": "A component providing a factory pattern implementation - 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/utils": "^1.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpmd/phpmd" : "@stable",
|
|
"phpunit/phpunit": "^8",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"theseer/phpdox": "*"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/marcostoll/FF-Utils"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FF\\Factories\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
}
|
|
} |