aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-04-12 21:54:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-04-12 21:54:25 -0300
commitc6f58c802beb9f9ef1afc216df1cbc66ec6eb0dc (patch)
treeeb848658b22385cda0704030782ff643795c1d60
parent8c482ac4915ad65643b605435ccc390e2bc0089a (diff)
downloadpuppet-php-c6f58c802beb9f9ef1afc216df1cbc66ec6eb0dc.tar.gz
puppet-php-c6f58c802beb9f9ef1afc216df1cbc66ec6eb0dc.tar.bz2
Adds TODO
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
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.