Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit bd7fbfd

Browse files
committed
Added support for PHP composer
1 parent 4e2e475 commit bd7fbfd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "cesnet/simplesamlphp-module-perun",
3+
"description": "Module which allows SSP to communicate with Perun IAM https://perun.cesnet.cz",
4+
"type": "simplesamlphp-module",
5+
"require": {
6+
"simplesamlphp/composer-module-installer": "~1.0"
7+
}
8+
}

0 commit comments

Comments
 (0)