This commit is contained in:
Philipp Lang 2022-11-18 10:42:44 +01:00
commit cf562f8a59
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

15
composer.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "zoomyboy/gradient",
"autoload": {
"psr-4": {
"Zoomyboy\\Gradient\\": "src/"
}
},
"authors": [
{
"name": "Philipp Lang",
"email": "privat@zoomyboy.de"
}
],
"require": {}
}