Skip to content

Commit

Permalink
Init composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jahidulpabelislam committed Mar 22, 2022
1 parent 919d96b commit 78f0ca5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea/
/vendor/
composer.lock
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "jpi/codestyles",
"description": "Config files around codestyles for myself",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Jahidul Pabel Islam",
"email": "me@jahidulpabelislam.com"
}
],
"keywords": [
"codestyles",
"codesniffer",
"formatting"
]
}

0 comments on commit 78f0ca5

Please sign in to comment.