Skip to content

Commit 31aa5d7

Browse files
committed
Add custom codesniffer rules
1 parent 99b7679 commit 31aa5d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"simplesamlphp/assert": "^1.0.3"
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": "^9.6 || ^10.0"
40+
"simplesamlphp/simplesamlphp-test-framework": "^1.5.2"
4141
},
4242
"support": {
4343
"issues": "https://github.com/simplesamlphp/xml-common/issues",

phpcs.xml

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111

1212
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
1313
<rule ref="PSR12"/>
14+
<rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>
1415
</ruleset>
1516

0 commit comments

Comments
 (0)