added WsSecurityKey

This commit is contained in:
Andreas Schamberger
2011-11-01 11:12:07 +01:00
parent 247f9ae5da
commit 4ea60adcb7
7 changed files with 290 additions and 1 deletions

1
vendors.php Executable file → Normal file
View File

@ -25,6 +25,7 @@ if (!is_dir($vendorDir = dirname(__FILE__).'/vendor')) {
$deps = array(
array('vfsStream', 'https://github.com/mikey179/vfsStream.git', 'RELEASE-0.10.1'),
array('XmlSecurity', 'https://github.com/aschamberger/XmlSecurity.git', 'origin/HEAD'),
);
foreach ($deps as $dep) {