From 70af9066986dd37a9a928e05165fdb458515f1b9 Mon Sep 17 00:00:00 2001 From: Eric Steinborn Date: Tue, 28 Jun 2016 13:34:26 -0400 Subject: [PATCH] DOCS: Set vagrant_box to ubuntu1404 for PHP 5.6 fixes #765 --- docs/other/php-56.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/other/php-56.md b/docs/other/php-56.md index 4fecd645f..cd1ff558a 100644 --- a/docs/other/php-56.md +++ b/docs/other/php-56.md @@ -11,6 +11,7 @@ Ubuntu 16.04 Xenial defaults to PHP 7.0 in it's system packages. No older versio Ondřej Surý's PPA for PHP 7.0 is used to install PHP 7, but you can switch to using different 5.6 packages instead by making the following changes to `config.yml`: ```yaml +vagrant_box: geerlingguy/ubuntu1404 php_version: "5.6" php_packages: - php5