Skip to content

Commit 9e11378

Browse files
Merge pull request #112 from stackkit/feature/work
Downgrade phpseclib back to 2.x
2 parents 41ac1f0 + ebc8ba6 commit 9e11378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"ext-json": "*",
12-
"phpseclib/phpseclib": "~3.0",
12+
"phpseclib/phpseclib": "~2.0",
1313
"google/cloud-tasks": "^1.10",
1414
"thecodingmachine/safe": "^1.0|^2.0"
1515
},

0 commit comments

Comments
 (0)