aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-22 18:27:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-22 18:27:05 -0300
commit567d81c23d9a5f09658c09c3666d7a6f65b34f18 (patch)
tree92f9ec9e16db4c448b969feab383f0c73ae71df9 /TODO.md
parentbcf5086deca96bf802a8fbf83aceca1b5a5135c3 (diff)
downloadpuppet-php-567d81c23d9a5f09658c09c3666d7a6f65b34f18.tar.gz
puppet-php-567d81c23d9a5f09658c09c3666d7a6f65b34f18.tar.bz2
Support multiple PHP series at the same time, currently only 5 and 7
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 19d1818..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,5 +0,0 @@
-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.