mirror of
https://github.com/flarum/framework.git
synced 2025-04-02 23:19:04 +08: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',
|
'mbstring',
|
||||||
'openssl',
|
'openssl',
|
||||||
'pdo_mysql',
|
'pdo_mysql',
|
||||||
|
'tokenizer',
|
||||||
]),
|
]),
|
||||||
new WritablePaths([
|
new WritablePaths([
|
||||||
base_path(),
|
base_path(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user