Grundaufbau ist erfolgt.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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": {
|
||||
"TorstenHettstedtUnitTests\\Colors\\" : "tests/unit"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^4.1.18",
|
||||
"codeception/module-phpbrowser": "^1.0.0",
|
||||
"codeception/module-asserts": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user