diff --git a/composer.json b/composer.json index 38fb2826..c47d48c1 100644 --- a/composer.json +++ b/composer.json @@ -75,6 +75,9 @@ "ext-dom": "Install the DOM extension to load XML formatted public keys." }, "autoload": { + "files": [ + "phpseclib/bootstrap.php" + ], "psr-4": { "phpseclib3\\": "phpseclib/" } diff --git a/phpseclib/bootstrap.php b/phpseclib/bootstrap.php new file mode 100644 index 00000000..7edc7171 --- /dev/null +++ b/phpseclib/bootstrap.php @@ -0,0 +1,21 @@ +