mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 19:33:11 +08:00
Add tokenizer to PHP extension requirements
Refs flarum/flarum.github.io#73.
This commit is contained in:
parent
91e46ac2b4
commit
1918b1265f
@ -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