Skip to content

Commit c331054

Browse files
Merge pull request #117 from stackkit/feature/update-phpseclib-to-3
Update PHPSeclib to 3.x
2 parents f4e6c7a + feb50ad commit c331054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"require": {
1111
"ext-json": "*",
12-
"phpseclib/phpseclib": "~2.0",
12+
"phpseclib/phpseclib": "^3.0",
13+
"google/auth": "^v1.29.1",
1314
"google/cloud-tasks": "^1.10",
1415
"thecodingmachine/safe": "^1.0|^2.0"
1516
},

0 commit comments

Comments
 (0)