mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 17:28:37 +00:00
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:
@@ -9,6 +9,7 @@ php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user