1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 11:13:40 +01:00

Add tokenizer to PHP extension requirements

Refs flarum/flarum.github.io#73.
This commit is contained in:
Franz Liedke 2018-08-14 22:53:12 +02:00
parent 394fc4232e
commit c16ddf24f2
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -40,6 +40,7 @@ class InstallServiceProvider extends AbstractServiceProvider
'mbstring',
'openssl',
'pdo_mysql',
'tokenizer',
]),
new WritablePaths([
base_path(),