Skip to content

Commit 042f993

Browse files
authored
Merge branch 'master' into master
2 parents a08dbd8 + d411c40 commit 042f993

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
php-version: ['8.1', '8.2', '8.3', '8.4']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.3
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.0
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.9.3
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.0
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@
3636
},
3737
"require": {
3838
"php": "^8.1",
39+
3940
"simplesamlphp/saml2": "~5.0.2",
40-
"simplesamlphp/simplesamlphp": "^2.1",
41+
"simplesamlphp/simplesamlphp": "^2.4",
4142
"symfony/http-foundation": "^6.4"
4243
},
4344
"require-dev": {
44-
"simplesamlphp/simplesamlphp-test-framework": "^1.5"
45+
"simplesamlphp/simplesamlphp-test-framework": "^1.9.3"
4546
},
4647
"support": {
4748
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-authorize/issues",

src/Controller/Authorize.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class Authorize
2828
*
2929
* @param \SimpleSAML\Configuration $config The configuration to use by the controllers.
3030
* @param \SimpleSAML\Session $session The session to use by the controllers.
31-
*
32-
* @throws \Exception
3331
*/
3432
public function __construct(
3533
protected Configuration $config,

0 commit comments

Comments
 (0)