File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ You can install the theme using any of the methods below.
1010
1111Add the following lines in the ` composer.json ` file that is located in your
1212SimpleSAMLphp installation:
13+
14+ If you want to use [ composer] ( https://getcomposer.org/ ) to install this theme
15+ you need to edit ` composer.json ` file that is located in your SimpleSAMLphp
16+ installation. Check the following example, that includes all the necessary
17+ additions for the installation of the ** simplesamlphp-module-themevanilla v1.0.0** .
18+
1319```
1420"require": {
1521
@@ -32,9 +38,10 @@ SimpleSAMLphp installation:
3238 "package": {
3339 "name": "rciam/css",
3440 "version": "1.0.0",
35- "dist": {
41+ :w
42+ "dist": {
3643 "type": "zip",
37- "url": "https://github.com/rciam/simplesamlphp-module-themevanilla/files/1642891 /css.zip"
44+ "url": "https://github.com/rciam/simplesamlphp-module-themevanilla/releases/download/v1.0.0 /css.zip"
3845 }
3946 }
4047 },
@@ -45,7 +52,7 @@ SimpleSAMLphp installation:
4552 "version": "1.0.0",
4653 "dist": {
4754 "type": "zip",
48- "url": "https://github.com/rciam/simplesamlphp-module-themevanilla/files/1642892 /js.zip"
55+ "url": "https://github.com/rciam/simplesamlphp-module-themevanilla/releases/download/v1.0.0 /js.zip"
4956 }
5057 }
5158 }
You can’t perform that action at this time.
0 commit comments