Jukka Svahn
Jukka Svahn
Since the function does not appear to be used, I'll post this here instead of the security mailing list (if it still exists), and because the vulnerabilities are obvious. As...
We should increase required PHP version to 7.2, dropping unsupported PHP versions in PHP-Textile 4.0.0. This should be done with minimal code changes to make transition smoother, but we should...
Assign link prefix makes sure each parse retrains the same footnote reference links. Spawn from #147
Temporary file management would be implemented using [rah/eien](https://github.com/gocom/eien). This would include: - An option, and defaults to, searching automatically for the system's temporary directory. This means the end user doesn't...
Being able to deploy a specific tag based on semantic versioning constraint similarly to Composer would be awesome. Along the lines of: ``` php $env->version('3.2.*'); ``` Where it then clones...