Skip to content

Commit

Permalink
Initialize composer
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Jun 14, 2024
1 parent e7bee32 commit 660ac85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "metadrop/backstopjs-addons",
"description": "A library for BackstopJS that extends the default functionality of BackstopJS.",
"type": "library",
"authors": [
{
"name": "Fran Rouco",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {}
}

0 comments on commit 660ac85

Please sign in to comment.