Skip to content

Commit 7bb27a5

Browse files
authored
fix: update phpseclib minimum version (#2709)
1 parent 5700cc1 commit 7bb27a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"google/apiclient-services": "~0.350",
1212
"firebase/php-jwt": "^6.0||^7.0",
1313
"monolog/monolog": "^2.9||^3.0",
14-
"phpseclib/phpseclib": "^3.0.36",
14+
"phpseclib/phpseclib": "^3.0.50",
1515
"guzzlehttp/guzzle": "^7.4.5",
1616
"guzzlehttp/psr7": "^2.6"
1717
},
@@ -21,7 +21,7 @@
2121
"symfony/css-selector": "~2.1",
2222
"cache/filesystem-adapter": "^1.1",
2323
"phpcompatibility/php-compatibility": "^9.2",
24-
"composer/composer": "^1.10.23",
24+
"composer/composer": "^2.9",
2525
"phpspec/prophecy-phpunit": "^2.1",
2626
"phpunit/phpunit": "^9.6"
2727
},

0 commit comments

Comments
 (0)