Skip to content

Commit

Permalink
Fix codesniffer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 15, 2023
1 parent 74572d5 commit 94cda46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -31,12 +31,12 @@
"psr/log": "^2.0 || ^3.0",
"simplesamlphp/xml-common": "^1.7.0",
"simplesamlphp/xml-security": "^1.6.0",
"simplesamlphp/xml-soap": "^1.0.2",
"simplesamlphp/assert": "^1.0.3"
},
"require-dev": {
"mockery/mockery": "^1.5.1",
"simplesamlphp/simplesamlphp-test-framework": "^1.5.1"
"simplesamlphp/simplesamlphp-test-framework": "^1.5.1",
"simplesamlphp/xml-soap": "^1.0.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 94cda46

Please sign in to comment.