File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ a way to simulate this interaction between the browser and the web application
10
10
in our tests. We need **Mink **.
11
11
12
12
Mink is an open source browser controller/emulator for web applications, written
13
- in PHP 5.3 .
13
+ in PHP.
14
14
15
15
Read :doc: `/at-a-glance ` to learn more about Mink and why you need it.
16
16
17
17
Installation
18
18
------------
19
19
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.
22
22
23
23
The recommended way to install Mink with all its dependencies is through
24
24
`Composer `_:
You can’t perform that action at this time.
0 commit comments