diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | composer.json | 14 |
2 files changed, 15 insertions, 0 deletions
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..0b44a8d --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "chartblocks/php-ssrs", + "description": "PHP library for connecting to SSRS SOAP", + "license": "MIT", + "authors": [ + { + "name": "Arron Woods", + "email": "aw@chartblocks.com" + } + ], + "require": { + + } +} |