diff --git a/vagrant/after.sh b/vagrant/after.sh
index 5980e5c334..345cd02c80 100755
--- a/vagrant/after.sh
+++ b/vagrant/after.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PHP_VERSION="7.2"
+PHP_VERSION="7.3"
 PHPBB_PATH="/home/vagrant/phpbb"
 PHPBB_CONFIG="${PHPBB_PATH}/phpBB/config.php"
 PHPBB_INSTALL="${PHPBB_PATH}/vagrant/phpbb-install-config.yml"
diff --git a/vagrant/bootstrap.yaml b/vagrant/bootstrap.yaml
index 5900ba11e0..0d6a9a74d6 100644
--- a/vagrant/bootstrap.yaml
+++ b/vagrant/bootstrap.yaml
@@ -14,19 +14,13 @@ keys:
 folders:
     - map: "."
       to: "/home/vagrant/phpbb"
-      php: "7.2"
+      php: "7.3"
 
 sites:
     - map: phpbb.app
       to: "/home/vagrant/phpbb/phpBB"
       type: apache
 
-databases:
-    - phpbb
-
-features:
-    - mariadb: true
-
 # blackfire:
 #     - id: foo
 #       token: bar
diff --git a/vagrant/phpbb-install-config.yml b/vagrant/phpbb-install-config.yml
index 023d7b1a9d..895cb17069 100644
--- a/vagrant/phpbb-install-config.yml
+++ b/vagrant/phpbb-install-config.yml
@@ -15,7 +15,7 @@ installer:
         dbport: ~
         dbuser: homestead
         dbpasswd: secret
-        dbname: phpbb
+        dbname: homestead
         table_prefix: phpbb_
 #    database:
 #        dbms: postgres