We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0061f5 commit b050287Copy full SHA for b050287
2 files changed
composer.json
@@ -37,7 +37,8 @@
37
"symfony/phpunit-bridge": "^8.0"
38
},
39
"require-dev": {
40
- "simplesamlphp/simplesamlphp": "^2.5@dev"
+ "simplesamlphp/simplesamlphp": "^2.5@dev",
41
+ "twig/twig": "~3.23",
42
43
"support": {
44
"issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",
tools/composer-require-checker.json
@@ -4,10 +4,12 @@
4
"SimpleSAML\\Error\\ConfigurationError",
5
"SimpleSAML\\Logger\\LoggingHandlerInterface",
6
"SimpleSAML\\Metadata\\MetaDataStorageHandler",
7
+ "SimpleSAML\\Module",
8
"SimpleSAML\\Session",
9
"SimpleSAML\\Store\\StoreFactory",
10
"SimpleSAML\\Store\\StoreInterface",
11
"SimpleSAML\\Utils\\ClearableState",
12
"SimpleSAML\\Utils\\System"
13
+ "SimpleSAML\\XHTML\\Template"
14
]
15
}
0 commit comments