Skip to content

Commit 5bc5182

Browse files
tvdijenthijskh
authored andcommitted
Adopt SSP coding-style
1 parent 84d067e commit 5bc5182

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
run: composer-unused
195195

196196
- name: PHP Code Sniffer
197-
run: phpcs
197+
run: vendor/bin/phpcs
198198

199199
- name: Psalm
200200
continue-on-error: true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require": {
3131
"php": "^8.2",
3232

33-
"simplesamlphp/simplesamlphp": "^2.5",
33+
"simplesamlphp/simplesamlphp": "~2.5.0-rc1",
3434
"simplesamlphp/saml2-legacy": "~4.19.0"
3535
},
3636
"require-dev": {

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515

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

0 commit comments

Comments
 (0)