diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..337a2ab --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "fatzebra/fatzebra-php", + "version": "1.1.7", + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/fatzebra/PHP-Library" + } + ] +}