Skip to content

Commit

Permalink
1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rsepulvedacl committed Mar 3, 2018
1 parent 4b3741a commit 195386a
Show file tree
Hide file tree
Showing 30 changed files with 213 additions and 114 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "simplesamlphp/simplesamlphp",
"description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
"version": "v1.15.4",
"type": "project",
"keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ],
"homepage": "http://simplesamlphp.org",
"license": "LGPL-2.1",
"license": "LGPL-2.1-or-later",
"authors": [
{
"name": "Andreas Åkre Solberg",
Expand Down Expand Up @@ -36,7 +37,7 @@
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"simplesamlphp/saml2": "~3.0",
"simplesamlphp/saml2": "~3.1.4",
"robrichards/xmlseclibs": "~3.0",
"whitehat101/apr1-md5": "~1.0",
"twig/twig": "~1.0",
Expand Down
123 changes: 65 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion config-templates/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* baseurlpath is a *URL path* (not a filesystem path).
* A valid format for 'baseurlpath' is:
* [(http|https)://(hostname|fqdn)[:port]]/[path/to/simplesaml/]
* (note that it must end with a '/')
*
* The full url format is useful if your SimpleSAMLphp setup is hosted behind
* a reverse proxy. In that case you can specify the external url here.
Expand Down
Loading

0 comments on commit 195386a

Please sign in to comment.