Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit ef7e0a2

Browse files
authored
Merge pull request #95 from silinternational/develop
Release 7.4.1
2 parents 6e80273 + 58c25a4 commit ef7e0a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=7.0",
1515
"simplesamlphp/composer-module-installer": "^1.1.5",
16-
"simplesamlphp/simplesamlphp": "~1.17.7 || ~1.18.5",
16+
"simplesamlphp/simplesamlphp": "~1.18.6",
1717
"silinternational/ssp-utilities": "^1.0"
1818
},
1919
"require-dev": {

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
command: ["bash", "-c", "whenavail silAuthDb 3306 60 ./run-idp.sh"]
131131

132132
silAuthDb:
133-
image: silintl/mariadb:latest
133+
image: mariadb:10
134134
ports:
135135
- "3306"
136136
environment:
@@ -170,7 +170,7 @@ services:
170170
command: ["bash", "-c", "whenavail brokerDb 3306 60 ./yii migrate --interactive=0 && ./run.sh"]
171171

172172
brokerDb:
173-
image: silintl/mariadb:latest
173+
image: mariadb:10
174174
ports:
175175
- "3306"
176176
environment:

0 commit comments

Comments
 (0)