Skip to content

Commit f06a67d

Browse files
committed
Add composer.lock and gitignore
1 parent 00c3b4f commit f06a67d

File tree

3 files changed

+959
-0
lines changed

3 files changed

+959
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.bash_history
2+
vendor

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"require": {
3+
"symfony/console": "^5.4",
4+
"psr/log": "^1.1"
5+
}
6+
}
7+

0 commit comments

Comments
 (0)