Skip to content

Commit b70e838

Browse files
authored
Merge pull request #3 from luizpinheiro/master
Update README.md
2 parents b634205 + a838675 commit b70e838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔄 PHP Switch Scripts
22

3-
These scripts are designed to aid in the setup of and switching between multiple PHP versions in Ubuntu 16.04 LTS.
3+
These scripts are designed to aid in the setup of and switching between multiple PHP versions in Ubuntu 14.04 LTS or newer.
44

55
<img src="assets/images/usage.png" />
66

@@ -9,7 +9,7 @@ Please note that these scripts install packages from a third-party repository, p
99

1010
## Requirements
1111

12-
* Ubuntu 16.04.* LTS
12+
* Ubuntu 14.04.* LTS or newer
1313
* Apache 2.4.*
1414

1515
You can check you have the required versions by running the following command.
@@ -21,7 +21,7 @@ lsb_release -a | grep Ubuntu && apache2 -v | grep Apache
2121
You should see something similar to the below.
2222

2323
```
24-
Description: Ubuntu 16.04.3 LTS
24+
Description: Ubuntu 14.04.5 LTS
2525
Server version: Apache/2.4.18 (Ubuntu)
2626
```
2727

0 commit comments

Comments
 (0)