From 472f14647edaf8273ccfd90385045f84a423ea2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz> Date: Tue, 23 Apr 2024 14:27:34 +0200 Subject: [PATCH] docs: fix README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbc557e..e40ed1a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # elixir-aai-proxy-idp-template -[](https://packagist.org/packages/elixir/simplesamlphp-module-elixir) -[](https://packagist.org/packages/elixir/simplesamlphp-module-elixir) -[](https://github.com/elixirhub/elixir-aai-proxy-idp-template/actions/workflows/build_and_check.yml) -[](https://packagist.org/packages/elixir/simplesamlphp-module-elixir) + + +This project has reached end of life, and has been superseeded by the project [simplesamlphp-module-lsaai](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai) + +## Description Template for ELIXIR AAI Proxy IdP component @@ -21,4 +22,6 @@ Any change that significantly changes behavior in a backward-incompatible way or ## Instalation -`php composer.phar require` +```sh +php composer.phar require elixir/simplesamlphp-module-elixir +``` -- GitLab