summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 14 insertions, 0 deletions
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": {
+
+ }
+}