Skip to content

Commit f413132

Browse files
committed
update composer with phpseclibs
1 parent be32e7f commit f413132

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: ['ubuntu-latest']
12-
php-versions: ['5.4', '5.5', '5.6']
12+
php-versions: ['5.6']
1313

1414
steps:
1515
- uses: shivammathur/setup-php@v2

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">= 5.4",
19-
"ext-openssl": "*"
18+
"php": ">= 5.6.1",
19+
"ext-openssl": "*",
20+
"phpseclib/phpseclib": "~3.0"
2021
}
2122
}

xmlseclibs.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* @version 3.1.3
4141
*/
4242

43+
require __DIR__ . '/vendor/autoload.php';
4344
$xmlseclibs_srcdir = dirname(__FILE__) . '/src/';
4445
require $xmlseclibs_srcdir . '/XMLSecurityKey.php';
4546
require $xmlseclibs_srcdir . '/XMLSecurityDSig.php';

0 commit comments

Comments
 (0)