Skip to content

Commit b050287

Browse files
committed
Fix CI
1 parent e0061f5 commit b050287

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"symfony/phpunit-bridge": "^8.0"
3838
},
3939
"require-dev": {
40-
"simplesamlphp/simplesamlphp": "^2.5@dev"
40+
"simplesamlphp/simplesamlphp": "^2.5@dev",
41+
"twig/twig": "~3.23",
4142
},
4243
"support": {
4344
"issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",

tools/composer-require-checker.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"SimpleSAML\\Error\\ConfigurationError",
55
"SimpleSAML\\Logger\\LoggingHandlerInterface",
66
"SimpleSAML\\Metadata\\MetaDataStorageHandler",
7+
"SimpleSAML\\Module",
78
"SimpleSAML\\Session",
89
"SimpleSAML\\Store\\StoreFactory",
910
"SimpleSAML\\Store\\StoreInterface",
1011
"SimpleSAML\\Utils\\ClearableState",
1112
"SimpleSAML\\Utils\\System"
13+
"SimpleSAML\\XHTML\\Template"
1214
]
1315
}

0 commit comments

Comments
 (0)