diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | composer.json | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -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/" + } } } |