Skip to content

Commit 417f17f

Browse files
committed
Force to use at least xmlseclibs 3.0.3 for security reasons
1 parent 5ff21c8 commit 417f17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": ">=5.4",
19-
"robrichards/xmlseclibs": "^3.0"
19+
"robrichards/xmlseclibs": ">=3.0.3"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",

0 commit comments

Comments
 (0)