File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 steps :
4242 - name : Run docs build
4343 if : github.event_name != 'pull_request'
44- uses : actions/github-script@v7
44+ uses : actions/github-script@v8
4545 with :
4646 # Token has to be generated on a user account that controls the docs-repository.
4747 # The _only_ scope to select is "Access public repositories", nothing more.
Original file line number Diff line number Diff line change 3737 "php" : " ^8.1" ,
3838
3939 "nyholm/psr7" : " ~1.8.2" ,
40- "simplesamlphp/saml2" : " ~5.0.2 " ,
40+ "simplesamlphp/saml2" : " ~5.0.3 " ,
4141 "simplesamlphp/simplesamlphp" : " ~2.4.0" ,
4242 "simplesamlphp/xml-common" : " ~1.25.0" ,
4343 "simplesamlphp/xml-security" : " ~1.13.0" ,
Original file line number Diff line number Diff line change 1010use SimpleSAML \HTTP \RunnableResponse ;
1111use SimpleSAML \Metadata \MetaDataStorageHandler ;
1212use SimpleSAML \SAML2 \Binding ;
13- use SimpleSAML \SAML2 \Binding \{SynchronousBindingException , SOAP };
13+ use SimpleSAML \SAML2 \Binding \{SynchronousBindingInterface , SOAP };
1414use SimpleSAML \SAML2 \Constants as C ;
1515use SimpleSAML \SAML2 \Utils as SAML2_Utils ;
1616use SimpleSAML \SAML2 \XML \saml \{
You can’t perform that action at this time.
0 commit comments