Skip to content

Commit da4568a

Browse files
committed
Updates phpseclib from 0.3.9 to 2.0.0 to resolve issues with running git-deploy in PHP 7.
1 parent cc448cc commit da4568a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+34948
-32242
lines changed

git-deploy

61.8 KB
Binary file not shown.

tools/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require": {
3+
"phpseclib/phpseclib": "^2.0"
4+
}
5+
}

tools/composer.lock

Lines changed: 107 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
});
4141

42-
set_include_path(get_include_path() . PATH_SEPARATOR . 'phar://git-deploy/phpseclib0.3.9/');
42+
require 'phar://git-deploy/vendor/autoload.php';
4343

4444
$args = \Brunodebarros\Gitdeploy\Config::getArgs();
4545
$servers = \Brunodebarros\Gitdeploy\Config::getServers($args['config_file']);

tools/phpseclib0.3.9/Crypt/AES.php

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)