From: Silvio Rhatto Date: Fri, 13 Apr 2018 00:54:25 +0000 (-0300) Subject: Adds TODO X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c6f58c802beb9f9ef1afc216df1cbc66ec6eb0dc;p=puppet-php.git Adds TODO --- diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..19d1818 --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +TODO +==== + +* Refactor to support multiple PHP versions (5.6, 7.0, 7.1, 7.2 etc) and multiple SAPIs at the same time? + One way to do that is to make `$series` as an array.