From: Hypolite Petovan Date: Sat, 31 Dec 2022 03:33:18 +0000 (-0500) Subject: [tictac] Move the addon to unsupported X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c7c8934e2ce3ee76031d3257fac4d071b96a060d;p=friendica-addons.git [tictac] Move the addon to unsupported - PHP 8.1 deprecation messages were reported --- 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;