diff --git a/composer.json b/composer.json index db780502..1b529a23 100644 --- a/composer.json +++ b/composer.json @@ -31,5 +31,8 @@ "ext-mcrypt": "*", "ext-gmp": "*" }, - "include-path": ["phpseclib/"] + "include-path": ["phpseclib/"], + "autoload": { + "psr-0": { "": "phpseclib/" } + } }