Skip to content

Commit

Permalink
Merge pull request NIIF#2 from shingo78/fix/saml2-4.5.1
Browse files Browse the repository at this point in the history
Update saml2 dependency
  • Loading branch information
shingo78 authored Feb 8, 2023
2 parents 94281f0 + 71054d3 commit fbed3ae
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@
"type": "simplesamlphp-module",
"require": {
"simplesamlphp/composer-module-installer": "~1.1",
"simplesamlphp/saml2": ">=4.0, <4.2.8",
"simplesamlphp/saml2": ">=4.0, <4.2.8 || >=4.5.1, ^4.6",
"ext-soap": "*"
},
"require-dev": {
"simplesamlphp/simplesamlphp": ">=1.14",
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
},
"autoload-dev": {
"files": ["tests/_autoload_modules.php"]
},
"config": {
"allow-plugins": {
"simplesamlphp/composer-module-installer": true
}
}
}

0 comments on commit fbed3ae

Please sign in to comment.