Skip to content

Commit 80bc237

Browse files
authored
Merge pull request #87 from alexpott/update-minimum-php
Remove references to PHP 5.3
2 parents c12df96 + 6fe2156 commit 80bc237

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ a way to simulate this interaction between the browser and the web application
1010
in our tests. We need **Mink**.
1111

1212
Mink is an open source browser controller/emulator for web applications, written
13-
in PHP 5.3.
13+
in PHP.
1414

1515
Read :doc:`/at-a-glance` to learn more about Mink and why you need it.
1616

1717
Installation
1818
------------
1919

20-
Mink is a php 5.3 library that you'll use inside your test suites or project.
21-
Before you begin, ensure that you have at least PHP 5.3.1 installed.
20+
Mink is a php library that you'll use inside your test suites or project.
21+
Before you begin, ensure that you have at least PHP 5.4 installed.
2222

2323
The recommended way to install Mink with all its dependencies is through
2424
`Composer`_:

0 commit comments

Comments
 (0)