35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "torsten-hettstedt/colors",
|
|
"description": "Erstellung von Objekten mit Farbinformationen und das konvertieren von einem Farbdefinition-Schema in ein anderes Schema.",
|
|
"minimum-stability": "stable",
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Torsten L\u00fccke",
|
|
"email": "developer@torsten-hettstedt.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TorstenHettstedt\\Colors\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"TorstenHettstedt\\Colors\\Tests\\Unit\\" : "tests/unit",
|
|
"TorstenHettstedt\\Colors\\Tests\\Helper\\" : "tests/_support/Helper"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.0",
|
|
"phpunit/php-code-coverage": "^9.2",
|
|
"jetbrains/phpstorm-attributes": "^1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^4.1.18",
|
|
"codeception/module-phpbrowser": "^1.0.0",
|
|
"codeception/module-asserts": "^1.3.1",
|
|
"phpstan/phpstan" : "^1.4.7"
|
|
}
|
|
}
|