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

Commit 7d50f2d

Browse files
author
Billy Clark
committed
wanted to utilize built-in module tools from simplsamlphp, therefore needed to refactor a bit.
1 parent dd96ca4 commit 7d50f2d

File tree

8 files changed

+10
-4
lines changed

8 files changed

+10
-4
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# ssp-theme-material
21
Material Design theme for use with SimpleSAMLphp
32

3+
## Installation
4+
5+
```
6+
composer.phar require silinternational/simplesamlphp-module-theme-material:dev-master
7+
```
8+
49
## Configuration
510

611
Update `/simplesamlphp/config/config.php`:

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "silinternational/ssp-theme-material",
3-
"description": "Material Design theme module for IdP Hub based on SimpleSAMLphp",
4-
"type": "library",
2+
"name": "silinternational/simplesamlphp-module-theme-material",
3+
"description": "Material Design theme for IdP Hub based on SimpleSAMLphp",
4+
"type": "simplesamlphp-module",
55
"license": "MIT",
66
"authors": [
77
{
@@ -13,6 +13,7 @@
1313
"require": {
1414
"php": ">=5.4",
1515
"roave/security-advisories": "dev-master",
16+
"simplesamlphp/composer-module-installer": "~1.0",
1617
"silinternational/ssp-utilities": "dev-develop"
1718
}
1819
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)