summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorarron <arron@copiadigital.co.uk>2013-12-05 16:57:15 +0000
committerarron <arron@copiadigital.co.uk>2013-12-05 16:57:15 +0000
commitc398673bc2ee2e627498ba55edcce923530326bb (patch)
tree9d4e72779eab80a8f3bdaedd115de2049befd82e /composer.json
parent0157acb28d926554eafa841ddd1c945a0afa58be (diff)
downloadphp-ssrs-1.0.3.zip
php-ssrs-1.0.3.tar.gz
php-ssrs-1.0.3.tar.bz2
Composer.json1.0.3
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": {
+
+ }
+}