Initialize composer
This commit is contained in:
parent
70ea5311a6
commit
3cc1a27d05
2 changed files with 8 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
/.idea
|
/.idea
|
||||||
|
/vendor
|
||||||
|
composer.lock
|
5
composer.json
Normal file
5
composer.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"name": "loomlabs/utility.collection",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue