diff --git a/phpBB/composer.json b/phpBB/composer.json index 396c0cc5ab..ed6b248b8b 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -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", diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 85a497b41e..ec41dcf578 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -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", diff --git a/vagrant/after.sh b/vagrant/after.sh index 981af5d0ab..23eedc4d8e 100755 --- a/vagrant/after.sh +++ b/vagrant/after.sh @@ -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}