1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 20:32:11 +02:00

[ticket/16057] Enable url rewrite and composer.json rule

PHPBB3-16057
This commit is contained in:
rubencm 2019-05-15 23:07:29 +00:00
parent c2841cb6e2
commit d639e107ec
3 changed files with 5 additions and 2 deletions

View File

@ -53,7 +53,7 @@
"require-dev": {
"fabpot/goutte": "~3.2",
"facebook/webdriver": "~1.6",
"laravel/homestead": "~7.20",
"laravel/homestead": "~6.6 || ~7.0",
"phing/phing": "~2.4",
"phpunit/dbunit": "~4.0",
"phpunit/phpunit": "^7.0",

2
phpBB/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "582245335dd7dcf3d232f542c14f59d5",
"content-hash": "9309375ae30bef17186f4926aa03d32c",
"packages": [
{
"name": "bantu/ini-get-wrapper",

View File

@ -18,6 +18,9 @@ fi
# Install phpBB
php ${PHPBB_PATH}/phpBB/install/phpbbcli.php install ${PHPBB_INSTALL}
# Enable mod rewrite
php ${PHPBB_PATH}/phpBB/bin/phpbbcli.php config:set enable_mod_rewrite 1
# Add DEBUG mode to phpBB to remove annoying installer warnings
echo "@define('DEBUG', true);" >> ${PHPBB_CONFIG}