Skip to content

Commit 285322f

Browse files
committed
Allow for ssp 2.4.2 version of assert
1 parent d8d809b commit 285322f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docker run --name ssp-casserver-dev \
101101
--mount type=bind,source="$(pwd)/docker/ssp/authsources.php",target=/var/simplesamlphp/config/authsources.php,readonly \
102102
--mount type=bind,source="$(pwd)/docker/ssp/config-override.php",target=/var/simplesamlphp/config/config-override.php,readonly \
103103
--mount type=bind,source="$(pwd)/docker/apache-override.cf",target=/etc/apache2/sites-enabled/ssp-override.cf,readonly \
104-
-p 443:443 cirrusid/simplesamlphp:v2.3.5
104+
-p 443:443 cirrusid/simplesamlphp:v2.4.2
105105
```
106106

107107
Visit [https://localhost/simplesaml/](https://localhost/simplesaml/) and confirm you get the default page.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ext-SimpleXML": "*",
3737
"ext-session": "*",
3838

39-
"simplesamlphp/assert": "~1.8.2",
39+
"simplesamlphp/assert": "~1.8.1",
4040
"simplesamlphp/composer-module-installer": "~1.4.0",
4141
"simplesamlphp/simplesamlphp": "~2.4.2",
4242
"simplesamlphp/xml-cas": "~1.3",

0 commit comments

Comments
 (0)