diff options
author | arron <arron@copiadigital.co.uk> | 2013-12-05 16:57:15 +0000 |
---|---|---|
committer | arron <arron@copiadigital.co.uk> | 2013-12-05 16:57:15 +0000 |
commit | c398673bc2ee2e627498ba55edcce923530326bb (patch) | |
tree | 9d4e72779eab80a8f3bdaedd115de2049befd82e | |
parent | 0157acb28d926554eafa841ddd1c945a0afa58be (diff) | |
download | php-ssrs-c398673bc2ee2e627498ba55edcce923530326bb.zip php-ssrs-c398673bc2ee2e627498ba55edcce923530326bb.tar.gz php-ssrs-c398673bc2ee2e627498ba55edcce923530326bb.tar.bz2 |
Composer.json1.0.3
-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": { + + } +} |