We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d067e commit 5bc5182Copy full SHA for 5bc5182
3 files changed
.github/workflows/php.yml
@@ -194,7 +194,7 @@ jobs:
194
run: composer-unused
195
196
- name: PHP Code Sniffer
197
- run: phpcs
+ run: vendor/bin/phpcs
198
199
- name: Psalm
200
continue-on-error: true
composer.json
@@ -30,7 +30,7 @@
30
"require": {
31
"php": "^8.2",
32
33
- "simplesamlphp/simplesamlphp": "^2.5",
+ "simplesamlphp/simplesamlphp": "~2.5.0-rc1",
34
"simplesamlphp/saml2-legacy": "~4.19.0"
35
},
36
"require-dev": {
phpcs.xml
@@ -15,5 +15,6 @@
15
16
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
17
<rule ref="PSR12"/>
18
+ <rule ref="vendor/simplesamlphp/simplesamlphp-test-framework/phpcs-simplesamlphp.xml"/>
19
</ruleset>
20
0 commit comments