diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..14fe2d2 --- /dev/null +++ b/composer.json @@ -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": "fran.rouco@metadrop.net" + } + ], + "minimum-stability": "dev", + "require": {} +}