Initialize composer

This commit is contained in:
Daniel Winning 2025-04-09 02:18:57 +01:00
parent 70ea5311a6
commit 3cc1a27d05
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
/.idea
/vendor
composer.lock

5
composer.json Normal file
View file

@ -0,0 +1,5 @@
{
"name": "loomlabs/utility.collection",
"version": "1.0.0",
"license": "MIT"
}