From c7c8934e2ce3ee76031d3257fac4d071b96a060d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 30 Dec 2022 22:33:18 -0500 Subject: [PATCH] [tictac] Move the addon to unsupported - PHP 8.1 deprecation messages were reported --- tictac/tictac.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tictac/tictac.php b/tictac/tictac.php index 3105e284..7a00349e 100644 --- a/tictac/tictac.php +++ b/tictac/tictac.php @@ -4,6 +4,7 @@ * Description: The TicTacToe game application * Version: 1.0 * Author: Mike Macgirvin + * Status: unsupported */ use Friendica\App;