diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
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/" + } } } |