Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/other/php-56.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down