Handle preg_quote changes for PHP 7.3 (#14)

* Add PHP 7.3 to Travis

* Prepare preg_replace() replacements by PHP version

PHP 7.3+ requires the pattern to expect preg_quote() to escape `#` characters in the event pattern.
This commit is contained in:
Jeremy Mikola
2019-02-12 11:00:06 -05:00
committed by GitHub
parent 544fca2b55
commit cc3257181c
2 changed files with 46 additions and 14 deletions
+1
View File
@@ -9,6 +9,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
cache:
directories: