We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b7679 commit 31aa5d7Copy full SHA for 31aa5d7
composer.json
@@ -37,7 +37,7 @@
37
"simplesamlphp/assert": "^1.0.3"
38
},
39
"require-dev": {
40
- "phpunit/phpunit": "^9.6 || ^10.0"
+ "simplesamlphp/simplesamlphp-test-framework": "^1.5.2"
41
42
"support": {
43
"issues": "https://github.com/simplesamlphp/xml-common/issues",
phpcs.xml
@@ -11,5 +11,6 @@
11
12
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
13
<rule ref="PSR12"/>
14
+ <rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>
15
</ruleset>
16
0 commit comments