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:
parent
394fc4232e
commit
c16ddf24f2
@ -40,6 +40,7 @@ class InstallServiceProvider extends AbstractServiceProvider
|
||||
'mbstring',
|
||||
'openssl',
|
||||
'pdo_mysql',
|
||||
'tokenizer',
|
||||
]),
|
||||
new WritablePaths([
|
||||
base_path(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user