summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--composer.json6
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 57872d0..c113dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/vendor/
+/nbproject/
diff --git a/composer.json b/composer.json
index 0b44a8d..2d672ab 100644
--- a/composer.json
+++ b/composer.json
@@ -9,6 +9,10 @@
}
],
"require": {
-
+ },
+ "autoload": {
+ "psr-0": {
+ "SSRS\\": "library/"
+ }
}
}